From 6d09f6c5c47e7f4e025e6e12314f9d22d1b9e8da Mon Sep 17 00:00:00 2001 From: Robin Hallabro Date: Mon, 29 Jun 2015 07:48:35 +0200 Subject: [PATCH] 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. --- tools/upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/upgrade.sh b/tools/upgrade.sh index 5f0a81f1d..8e82b2d43 100644 --- a/tools/upgrade.sh +++ b/tools/upgrade.sh @@ -1,4 +1,4 @@ -printf '\033[0;34m%s\033[0m\n' "Upgrading Oh My Zsh" +printf '\033[0;34m%s\033[0m\n' "Updating Oh My Zsh" cd "$ZSH" if git pull --rebase --stat origin master then