Skip to content

Commit

Permalink
Merge pull request ohmyzsh#5009 from cosmosgenius/github-gitio-bug
Browse files Browse the repository at this point in the history
Moved git.io url to https
  • Loading branch information
mcornella committed Apr 17, 2016
2 parents d310fac + f28c0a8 commit 656ddab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/github/github.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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 #############################################################
Expand Down

0 comments on commit 656ddab

Please sign in to comment.