chore(gitpod): resolve potential globbing and word splitting issue (#8124)

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
This commit is contained in:
Ben Elan 2023-08-17 13:35:52 -07:00 committed by Emanuele Stoppa
parent 42785c7b78
commit 31a280e438

View file

@ -17,7 +17,7 @@ fi
# Wait for VSCode to be ready (port 23000)
gp ports await 23000 > /dev/null 2>&1
echo "Loading example project:" $EXAMPLE_PROJECT
echo "Loading example project: $EXAMPLE_PROJECT"
# Go to the requested example project
cd "$GITPOD_REPO_ROOT"/examples/"$EXAMPLE_PROJECT" || exit