Skip to content

Commit

Permalink
fixed escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
proquickly committed Dec 13, 2024
1 parent 8abc19f commit d4e567c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sudo -u ubuntu bash
set -e
python3 -m pip install -U poetry
cd "$WORKDIR/$PROJ"
export PATH="$WORKDIR/.local/bin:\$PATH"
export PATH="$WORKDIR/.local/bin:/\$PATH"
[ -f poetry.lock ] && rm poetry.lock
$POETRY/poetry install
cd "$WORKDIR/$PROJ/src/$PROJ"
Expand Down

0 comments on commit d4e567c

Please sign in to comment.