Skip to content

Commit 6e64912

Browse files
committed
rm: directory flag
1 parent 8e07392 commit 6e64912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ setupenv:
2727
setup:
2828
$(POETRY) install --all-extras
2929
cd $(ROOT_DIR) && git submodule update --init
30-
$(POETRY) --directory docs run python $(ROOT_DIR)/generate/generate-python.py --output-dir=$(ROOT_DIR)/brping
30+
$(POETRY) run python $(ROOT_DIR)/generate/generate-python.py --output-dir=$(ROOT_DIR)/brping
3131

3232
.PHONY: update
3333
update:

0 commit comments

Comments
 (0)