summaryrefslogtreecommitdiff
path: root/tools/upgrade.sh
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2015-12-15 03:47:18 +0100
committerMarc Cornellà <marc.cornella@live.com>2015-12-15 03:47:18 +0100
commitdd299542c92d79fa9195ca0208ade35363fd6127 (patch)
tree3c858091060c186d409f2a13064f47f3d87b3c74 /tools/upgrade.sh
parentef31d0642627f20ff9e0fd180e357e18371ca338 (diff)
parent18ca953f12ef41395536776c9bfb5bc76b40b814 (diff)
downloadzsh-dd299542c92d79fa9195ca0208ade35363fd6127.tar.gz
zsh-dd299542c92d79fa9195ca0208ade35363fd6127.tar.bz2
zsh-dd299542c92d79fa9195ca0208ade35363fd6127.zip
Merge branch 'hallabro-consistent-wording-update'
Close #4103
Diffstat (limited to 'tools/upgrade.sh')
-rw-r--r--tools/upgrade.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/upgrade.sh b/tools/upgrade.sh
index fe8fbadca..d5e7e8ba8 100644
--- a/tools/upgrade.sh
+++ b/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