Skip to content

Commit

Permalink
updated rebuild command usage
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Jun 13, 2024
1 parent 347553a commit 44c6847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update50.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ "$1" == "-t" ]; then
echo "Could not update codespace with tag $tag. Try again later."
exit 1
fi
command50 github.codespaces.fullRebuildEnvironment
command50 github.codespaces.rebuildEnvironment
exit 0
fi

Expand Down Expand Up @@ -46,7 +46,7 @@ if [ "$remote" != "$local" ] || [ "$tag" != "$issue" ] || [ "$1" == "-f" ] || [
echo "$remote" > "/workspaces/$RepositoryName/.devcontainer.json"

# Trigger rebuild
command50 github.codespaces.fullRebuildEnvironment
command50 github.codespaces.rebuildEnvironment

else
echo "Your codespace is already up-to-date!"
Expand Down

0 comments on commit 44c6847

Please sign in to comment.