From 2efcc94f127953a52cfc0845d08d034b45256251 Mon Sep 17 00:00:00 2001 From: Seth Mason Date: Mon, 15 Sep 2014 16:29:30 -0700 Subject: [PATCH] Fix problem with redirect on http. gitignore.io now redirects from http to https. Make https the default now. --- plugins/gitignore/gitignore.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gitignore/gitignore.plugin.zsh b/plugins/gitignore/gitignore.plugin.zsh index be037d87a..0be56e1da 100644 --- a/plugins/gitignore/gitignore.plugin.zsh +++ b/plugins/gitignore/gitignore.plugin.zsh @@ -1,4 +1,4 @@ -function gi() { curl http://www.gitignore.io/api/$@ ;} +function gi() { curl https://www.gitignore.io/api/$@ ;} _gitignireio_get_command_list() { curl -s http://www.gitignore.io/api/list | tr "," "\n"