You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: update50.sh
+4-3
Original file line number
Diff line number
Diff line change
@@ -29,13 +29,14 @@ if [ "$1" == "-t" ]; then
29
29
30
30
# Use gh cli to rebuild if available
31
31
gh cs rebuild --repo $GITHUB_REPOSITORY --full
32
-
echo"Your codespace is now being rebuilt, please keep the browser window open and wait for it to reload.\nDo not perform any actions until the rebuild is complete."
32
+
echo-e "\033[31mYour codespace is now being rebuilt, please keep the browser window open and wait for it to reload.\nDo not perform any actions until the rebuild is complete.\033[0m"
echo"Your codespace is now being rebuilt, please keep the browser window open and wait for it to reload.\nDo not perform any actions until the rebuild is complete."
77
+
echo-e "\033[31mYour codespace is now being rebuilt, please keep the browser window open and wait for it to reload.\nDo not perform any actions until the rebuild is complete.\033[0m"
0 commit comments