Commit 18ca953f authored by Robin Hallabro's avatar Robin Hallabro Committed by Marc Cornellà

Use consistent wording when updating

When the user is asked to update oh-my-zsh it says "[Oh My Zsh] Would
you like to check for updates? [Y/n]:". When the user agreed to update
the next text would say "Upgrading Oh My Zsh" which is inconsistent
with the question.
parent ef31d064
...@@ -20,7 +20,7 @@ else ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment