diff options
author | Doug Yun <doug.yun@dockyard.com> | 2017-11-01 06:21:07 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2017-11-01 06:21:07 -0700 |
commit | 2526d71c56efe821caec6e2f03f0e5d695db3ecb (patch) | |
tree | 5f029e15bb08746e4bfc2e6cd2b55f323eeb4856 /tools/install.sh | |
parent | f812cfa16ab605a88793dce5b169886ae2802031 (diff) | |
download | zsh-2526d71c56efe821caec6e2f03f0e5d695db3ecb.tar.gz zsh-2526d71c56efe821caec6e2f03f0e5d695db3ecb.tar.bz2 zsh-2526d71c56efe821caec6e2f03f0e5d695db3ecb.zip |
Use HTTPS for Planet Argon links (#6326)
Diffstat (limited to 'tools/install.sh')
-rwxr-xr-x | tools/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install.sh b/tools/install.sh index 3f4de8681..187c828f5 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -107,7 +107,7 @@ main() { echo '' echo 'p.s. Follow us at https://twitter.com/ohmyzsh.' echo '' - echo 'p.p.s. Get stickers and t-shirts at http://shop.planetargon.com.' + echo 'p.p.s. Get stickers and t-shirts at https://shop.planetargon.com.' echo '' printf "${NORMAL}" env zsh |