Skip to content

Commit

Permalink
curly braces
Browse files Browse the repository at this point in the history
  • Loading branch information
alesz committed Jul 2, 2024
1 parent 20fe182 commit 992763c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ python3 -m venv "$(dirname "$0")/venv/"

PIP=$(dirname "$0")/venv/bin/pip

$PIP install -r "$(dirname "$0")/requirements.txt"
${PIP} install -r "$(dirname "$0")/requirements.txt"

0 comments on commit 992763c

Please sign in to comment.