Skip to content

Commit

Permalink
Merge branch 'main' into fix/base-open
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re authored Aug 17, 2023
2 parents 3949202 + 1b65623 commit dbe27ad
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 dbe27ad

Please sign in to comment.