Skip to content

Commit b50dafe

Browse files
committed
🤖 TEST: turn off colors, issue remains gitpod-io/gitpod#3870
1 parent 005c347 commit b50dafe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.gp/bash/third-party/bash-spinner/spinner.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ function _spinner() {
5656

5757
while :
5858
do
59-
printf "\b${colors[$(($i % 4))]}${sp:i++%${#sp}:1}"; printf "\e[0m"
60-
#printf "\b${sp:i++%${#sp}:1}"
59+
#printf "\b${colors[$(($i % 4))]}${sp:i++%${#sp}:1}"; printf "\e[0m"
60+
printf "\b${sp:i++%${#sp}:1}"
6161
sleep $delay
6262
done
6363
;;

0 commit comments

Comments
 (0)