diff options
author | Andrew Janke <andrew@apjanke.net> | 2015-08-18 03:01:21 -0400 |
---|---|---|
committer | Andrew Janke <andrew@apjanke.net> | 2015-08-27 17:17:43 -0400 |
commit | fe92ea98e0633784508e85d6b756b1c3f667b2a4 (patch) | |
tree | bdf6d301133fc1cb1a9b7fe85d77b4298f4d213a /tools/upgrade.sh | |
parent | 8cf610089d97cf1abbd5cf3e0fb28d63b4c25f51 (diff) | |
download | zsh-fe92ea98e0633784508e85d6b756b1c3f667b2a4.tar.gz zsh-fe92ea98e0633784508e85d6b756b1c3f667b2a4.tar.bz2 zsh-fe92ea98e0633784508e85d6b756b1c3f667b2a4.zip |
installer: switch twitter link to https
Diffstat (limited to 'tools/upgrade.sh')
-rw-r--r-- | tools/upgrade.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/upgrade.sh b/tools/upgrade.sh index 4929054c9..59b380116 100644 --- a/tools/upgrade.sh +++ b/tools/upgrade.sh @@ -30,7 +30,7 @@ then printf '%s\n' '\____/_/ /_/ /_/ /_/ /_/\__, / /___/____/_/ /_/ ' 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: http://twitter.com/ohmyzsh" + 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?' |