Skip to content

Commit

Permalink
Use tabs to fix Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Oct 25, 2024
1 parent 4732769 commit 0c1d75a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ env:
cp -n .env.example .env | true

venv:
$(PYTHON_BIN) -m pip install virtualenv --user
$(PYTHON_BIN) -m virtualenv $({%PROJECT_ID_UPPER%}_VENV)
$(PYTHON_BIN) -m pip install virtualenv --user
$(PYTHON_BIN) -m virtualenv $({%PROJECT_ID_UPPER%}_VENV)

install: env venv
( \
Expand Down

0 comments on commit 0c1d75a

Please sign in to comment.