Commit b9a11b16 authored by Andrii Kostenko's avatar Andrii Kostenko Committed by Marc Cornellà
Browse files

fixed URL on github.io

github.io moved to https and http returns 301 redirect
parent 7f07facf
function gi() { curl http://www.gitignore.io/api/$@ ;} function gi() { curl 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 https://www.gitignore.io/api/list | tr "," "\n"
} }
_gitignireio () { _gitignireio () {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment