git ignore needs https

This commit is contained in:
Andrew Tomaka 2014-09-11 13:05:32 -04:00
parent ef9e7fd0d9
commit 8d0419b97c

View file

@ -29,5 +29,5 @@ function map-sshfs {
} }
function gitignore-io { function gitignore-io {
curl http://www.gitignore.io/api/$@ curl https://www.gitignore.io/api/$@
} }