Skip to content
Snippets Groups Projects
Commit 812952d1 authored by Nils Stål's avatar Nils Stål Committed by Bruno Pinto
Browse files

Use https in gi plugin. Issue #216

parent 84881263
Branches
No related merge requests found
......@@ -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
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