Skip to content

Commit 2814d93

Browse files
committed
Fix command to install poetry in Makefile
1 parent 7a2ef61 commit 2814d93

File tree

1 file changed

+1
-1
lines changed
  • {{ cookiecutter.project_name.lower().replace(' ', '-') }}

1 file changed

+1
-1
lines changed

{{ cookiecutter.project_name.lower().replace(' ', '-') }}/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ TESTS = tests
1313
#* Poetry
1414
.PHONY: poetry-download
1515
poetry-download:
16-
POETRY_VERSION=1.8.5 curl -sSL https://install.python-poetry.org | $(PYTHON) -
16+
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.8.5 $(PYTHON) -
1717

1818
.PHONY: poetry-remove
1919
poetry-remove:

0 commit comments

Comments
 (0)