1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-01-25 11:46:31 +01:00

Merge branch 'hallabro-consistent-wording-update'

Close #4103
This commit is contained in:
Marc Cornellà
2015-12-15 03:47:18 +01:00

View File

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