From 44c6847f7405962940710a2a8f01a6bbbe8745a8 Mon Sep 17 00:00:00 2001 From: Rongxin Liu Date: Thu, 13 Jun 2024 11:20:31 -0400 Subject: [PATCH] updated rebuild command usage --- update50.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update50.sh b/update50.sh index 83ddc7a9..be7841c7 100644 --- a/update50.sh +++ b/update50.sh @@ -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 @@ -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!"