Skip to content

Commit

Permalink
fix Gitpod ports await command syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
shaal committed Aug 2, 2022
1 parent 6d4cd10 commit c96ed49
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 @@ -15,7 +15,7 @@ else
fi

# Wait for VSCode to be ready (port 23000)
gp ports --await 23000 > /dev/null 2>&1
gp ports await 23000 > /dev/null 2>&1

echo "Loading example project:" $EXAMPLE_PROJECT

Expand Down

0 comments on commit c96ed49

Please sign in to comment.