Commit 812952d1 authored by Nils Stål's avatar Nils Stål Committed by Bruno Pinto

Use https in gi plugin. Issue #216

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