Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Mar 1, 2024
1 parent 389b865 commit 3b7b5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pre_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sync_apps() {
fix_venvs() {
# Fix the venv to make it work from VENV_PATH
echo "Fixing venv..."
/fix_venv.sh /venv /workspace/venv
/fix_venv.sh /venv ${VENV_PATH}
}

if [ "$(printf '%s\n' "$EXISTING_VERSION" "$TEMPLATE_VERSION" | sort -V | head -n 1)" = "$EXISTING_VERSION" ]; then
Expand Down

0 comments on commit 3b7b5b8

Please sign in to comment.