summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2020-05-19 14:47:30 +0200
committerGitHub <noreply@github.com>2020-05-19 14:47:30 +0200
commitf7bf566555a2c0e87deba5dfb3e344f23f4a51bb (patch)
treef48909ea11d16ac7b45d90848d1d293f7d6b8be1
parent4012df8fbb449bd551400c66f7602452bbae0bd1 (diff)
downloadzsh-f7bf566555a2c0e87deba5dfb3e344f23f4a51bb.tar.gz
zsh-f7bf566555a2c0e87deba5dfb3e344f23f4a51bb.tar.bz2
zsh-f7bf566555a2c0e87deba5dfb3e344f23f4a51bb.zip
update: fix bug in upgrade.sh: s/NORMAL/RESET/ (#8947)
-rw-r--r--tools/upgrade.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/upgrade.sh b/tools/upgrade.sh
index 78a12f023..19ac88c73 100644
--- a/tools/upgrade.sh
+++ b/tools/upgrade.sh
@@ -52,7 +52,7 @@ if [ -n "$remote" ]; then
git remote set-url "$remote" "https://github.com/ohmyzsh/ohmyzsh.git"
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
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