mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
update: fix bug in upgrade.sh: s/NORMAL/RESET/ (#8947)
This commit is contained in:
parent
4012df8fbb
commit
f7bf566555
@ -52,7 +52,7 @@ if [ -n "$remote" ]; then
|
|||||||
git remote set-url "$remote" "https://github.com/ohmyzsh/ohmyzsh.git"
|
git remote set-url "$remote" "https://github.com/ohmyzsh/ohmyzsh.git"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
printf "${BLUE}%s${NORMAL}\n" "Updating Oh My Zsh"
|
printf "${BLUE}%s${RESET}\n" "Updating Oh My Zsh"
|
||||||
if git pull --rebase --stat origin master
|
if git pull --rebase --stat origin master
|
||||||
then
|
then
|
||||||
printf '%s %s__ %s %s %s %s %s__ %s\n' $RB_RED $RB_ORANGE $RB_YELLOW $RB_GREEN $RB_BLUE $RB_INDIGO $RB_VIOLET $RB_RESET
|
printf '%s %s__ %s %s %s %s %s__ %s\n' $RB_RED $RB_ORANGE $RB_YELLOW $RB_GREEN $RB_BLUE $RB_INDIGO $RB_VIOLET $RB_RESET
|
||||||
|
Loading…
Reference in New Issue
Block a user