mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-21 01:24:54 +08: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…
x
Reference in New Issue
Block a user