Commit 656ddabc authored by Marc Cornellà's avatar Marc Cornellà
Browse files

Merge pull request #5009 from cosmosgenius/github-gitio-bug

Moved git.io url to https
parents d310fac7 f28c0a81
......@@ -71,7 +71,7 @@ exist_gh() { # [DIRECTORY]
#
git.io() {
emulate -L zsh
curl -i -s http://git.io -F "url=$1" | grep "Location" | cut -f 2 -d " "
curl -i -s https://git.io -F "url=$1" | grep "Location" | cut -f 2 -d " "
}
# End Functions #############################################################
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment