Use https in gi plugin. Issue #216

This commit is contained in:
Nils Stål 2014-09-23 23:49:15 +02:00 committed by Bruno Pinto
parent 84881263cc
commit 812952d1b9

View File

@ -5,5 +5,5 @@ function gi -d "gitignore.io cli for fish"
end
set -l params (echo $argv|tr ' ' ',')
curl -s http://www.gitignore.io/api/$params
curl -s https://www.gitignore.io/api/$params
end