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:
parent
fa6b68a776
commit
1b656233b3
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ fi
|
||||||
# Wait for VSCode to be ready (port 23000)
|
# Wait for VSCode to be ready (port 23000)
|
||||||
gp ports await 23000 > /dev/null 2>&1
|
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
|
# Go to the requested example project
|
||||||
cd "$GITPOD_REPO_ROOT"/examples/"$EXAMPLE_PROJECT" || exit
|
cd "$GITPOD_REPO_ROOT"/examples/"$EXAMPLE_PROJECT" || exit
|
||||||
|
|
Loading…
Reference in a new issue