diff options
author | Marc Cornellà <marc.cornella@live.com> | 2015-12-15 03:47:18 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2015-12-15 03:47:18 +0100 |
commit | dd299542c92d79fa9195ca0208ade35363fd6127 (patch) | |
tree | 3c858091060c186d409f2a13064f47f3d87b3c74 /tools/upgrade.sh | |
parent | ef31d0642627f20ff9e0fd180e357e18371ca338 (diff) | |
parent | 18ca953f12ef41395536776c9bfb5bc76b40b814 (diff) | |
download | zsh-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.sh | 2 |
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 |