From 1b656233b3c9dc1b90732aa29ea1bf904c2c5f98 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 0e739c46dd7b..6186117fed1a 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