fix origin of gitignore

This commit is contained in:
yosida95 2014-09-28 18:36:28 +09:00
commit cc24b497b0

View file

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