Use https in gi plugin. Issue #216

pull/2/head
Nils Stål 10 years ago committed by Bruno Pinto
parent 84881263cc
commit 812952d1b9

@ -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

Loading…
Cancel
Save