Updated gitignore.io url to use https

This commit is contained in:
Josh Glendenning 2014-10-07 00:46:23 -05:00
commit 83b99fddb8

View file

@ -1,4 +1,4 @@
function gi() { curl http://www.gitignore.io/api/$@ ;}
function gi() { curl https://www.gitignore.io/api/$@ ;}
_gitignireio_get_command_list() {
curl -s http://www.gitignore.io/api/list | tr "," "\n"