From 8f38533d39584f6387a6dff86387f97154c27d47 Mon Sep 17 00:00:00 2001 From: Ron Dahlgren Date: Wed, 30 Nov 2016 19:24:03 -0500 Subject: [PATCH] Removes appeal to purchase products It is tasteless and unnecessary to suggest to the user that they purchase "swag" when an upgrade occurs. --- tools/upgrade.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/upgrade.sh b/tools/upgrade.sh index d5e7e8ba8..5cb67a7e6 100644 --- a/tools/upgrade.sh +++ b/tools/upgrade.sh @@ -33,7 +33,6 @@ 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: http://shop.planetargon.com/" else printf "${RED}%s${NORMAL}\n" 'There was an error updating. Try again later?' fi