Skip to content

Commit 67c0dab

Browse files
committed
fix(agent): syntax
1 parent d993a90 commit 67c0dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ help: ## Display this help.
2727
venv: ## Sets up a python venv at `./venv`
2828
python3 -m venv venv
2929
$(VENV)pip install hatch coverage
30-
$(venv)hatch config set dirs.project "[\"$(shell pwd)\"]"
30+
$(VENV)hatch config set dirs.project "[\"$(shell pwd)\"]"
3131

3232
##@ Test
3333
.PHONY: test

0 commit comments

Comments
 (0)