summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2015-08-30 21:38:33 -0700
committerRobby Russell <robby@planetargon.com>2015-08-30 21:38:33 -0700
commita228604e6977e0d3f1be8bf5d643a2f114187ecb (patch)
tree83a970106590d327c5de3cd317f05347869dc4f5
parent9c9699dcf561b4ba39605e1706065bc7f810ef74 (diff)
parentde47e2df69fd4ac29fd887f5ab593f2f738f982a (diff)
downloadzsh-a228604e6977e0d3f1be8bf5d643a2f114187ecb.tar.gz
zsh-a228604e6977e0d3f1be8bf5d643a2f114187ecb.tar.bz2
zsh-a228604e6977e0d3f1be8bf5d643a2f114187ecb.zip
Merge pull request #4249 from KrauseFx/patch-1
Use https instead of http
-rw-r--r--tools/upgrade.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/upgrade.sh b/tools/upgrade.sh
index 5f0a81f1d..e06e4f331 100644
--- a/tools/upgrade.sh
+++ b/tools/upgrade.sh
@@ -9,7 +9,7 @@ then
printf '\033[0;32m%s\033[0m\n' '\____/_/ /_/ /_/ /_/ /_/\__, / /___/____/_/ /_/ '
printf '\033[0;32m%s\033[0m\n' ' /____/ '
printf '\033[0;34m%s\033[0m\n' 'Hooray! Oh My Zsh has been updated and/or is at the current version.'
- printf '\033[0;34m%s\033[1m%s\033[0m\n' 'To keep up on the latest news and updates, follow us on twitter: ' 'http://twitter.com/ohmyzsh'
+ printf '\033[0;34m%s\033[1m%s\033[0m\n' 'To keep up on the latest news and updates, follow us on twitter: ' 'https://twitter.com/ohmyzsh'
printf '\033[0;34m%s\033[1m%s\033[0m\n' 'Get your Oh My Zsh swag at: ' 'http://shop.planetargon.com/'
else
printf '\033[0;31m%s\033[0m\n' 'There was an error updating. Try again later?'