From 812952d1b9f98008829057529b1335bb3a93eeb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20St=C3=A5l?= Date: Tue, 23 Sep 2014 23:49:15 +0200 Subject: [PATCH] Use https in gi plugin. Issue #216 --- plugins/gi/gi.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gi/gi.fish b/plugins/gi/gi.fish index f63b93f..113f342 100644 --- a/plugins/gi/gi.fish +++ b/plugins/gi/gi.fish @@ -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