From 31a280e43842f3d7c0056b5688412e2ddee08956 Mon Sep 17 00:00:00 2001 From: Ben Elan Date: Thu, 17 Aug 2023 13:35:52 -0700 Subject: [PATCH] chore(gitpod): resolve potential globbing and word splitting issue (#8124) Co-authored-by: Nate Moore --- .gitpod/gitpod-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod/gitpod-setup.sh b/.gitpod/gitpod-setup.sh index 0e739c46d..6186117fe 100755 --- a/.gitpod/gitpod-setup.sh +++ b/.gitpod/gitpod-setup.sh @@ -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