Browse Source

Merge branch 'hallabro-consistent-wording-update'

Close #4103
Marc Cornellà 9 years ago
parent
commit
dd299542c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/upgrade.sh

+ 1 - 1
tools/upgrade.sh

@@ -20,7 +20,7 @@ else
   NORMAL=""
 fi
 
-printf "${BLUE}%s${NORMAL}\n" "Upgrading Oh My Zsh"
+printf "${BLUE}%s${NORMAL}\n" "Updating Oh My Zsh"
 cd "$ZSH"
 if git pull --rebase --stat origin master
 then