summaryrefslogtreecommitdiff
path: root/tools/upgrade.sh
diff options
context:
space:
mode:
authorQuentin Dreyer <quentin.dreyer@gmail.com>2019-11-09 12:49:17 +0100
committerMarc Cornellà <marc.cornella@live.com>2019-11-09 12:49:17 +0100
commit8b6b2ea07e7e18129757195731a3df5d57465807 (patch)
tree62e152e14476a426d48cfaa20dac4a88bc4cc393 /tools/upgrade.sh
parent24726678dd39ab69f5a14a789775fe53ccfd7c1d (diff)
downloadzsh-8b6b2ea07e7e18129757195731a3df5d57465807.tar.gz
zsh-8b6b2ea07e7e18129757195731a3df5d57465807.tar.bz2
zsh-8b6b2ea07e7e18129757195731a3df5d57465807.zip
upgrade: remove double whitespace in message (#7517)
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 0dd855b70..f64a0096e 100644
--- a/tools/upgrade.sh
+++ b/tools/upgrade.sh
@@ -43,7 +43,7 @@ then
printf '%s\n' ' /____/ '
printf "${BLUE}%s\n" "Hooray! Oh My Zsh has been updated and/or is at the current version."
printf "${BLUE}${BOLD}%s${NORMAL}\n" "To keep up on the latest news and updates, follow us on twitter: https://twitter.com/ohmyzsh"
- printf "${BLUE}${BOLD}%s${NORMAL}\n" "Get your Oh My Zsh swag at: https://shop.planetargon.com/collections/oh-my-zsh"
+ printf "${BLUE}${BOLD}%s${NORMAL}\n" "Get your Oh My Zsh swag at: https://shop.planetargon.com/collections/oh-my-zsh"
else
printf "${RED}%s${NORMAL}\n" 'There was an error updating. Try again later?'
fi