10000 fix env typo · wolfmib/pyscript_tutorial@ce19ae6 · GitHub
[go: up one dir, main page]

Skip to content

Commit ce19ae6

Browse files
committed
fix env typo
1 parent 534a6a6 commit ce19ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyscriptjs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ clean-all: clean
2121
.PHONY: setup
2222
setup:
2323
@if [ -z "$${CONDA_SHLVL:+x}" ]; then echo "Conda is not installed." && exit 1; fi
24-
$(CONDA_EXE) env $(shell [ -d $(env) ] && echo update || echo create) -p $(env) --file environmentwh.yml
24+
$(CONDA_EXE) env $(shell [ -d $(env) ] && echo update || echo create) -p $(env) --file environment.yml
2525

2626
.PHONY: shell
2727
shell:

0 commit comments

Comments
 (0)
0