mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
Use https in gi plugin. Issue #216
This commit is contained in:
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…
Reference in New Issue
Block a user