Skip to content

Commit

Permalink
chore(gitpod): resolve potential globbing and word splitting issue (#…
Browse files Browse the repository at this point in the history
…8124)

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
  • Loading branch information
2 people authored and ematipico committed Aug 21, 2023
1 parent 42785c7 commit 31a280e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod/gitpod-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31a280e

Please sign in to comment.