git ignore needs https
This commit is contained in:
parent
ef9e7fd0d9
commit
8d0419b97c
1 changed files with 1 additions and 1 deletions
|
@ -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/$@
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue