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
42785c7b78
commit
31a280e438
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue