From 8d0419b97c5376a2effdb8613f397ddedd7282f6 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Thu, 11 Sep 2014 13:05:32 -0400 Subject: [PATCH] git ignore needs https --- .functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.functions b/.functions index 6a26061..053068f 100644 --- a/.functions +++ b/.functions @@ -29,5 +29,5 @@ function map-sshfs { } function gitignore-io { - curl http://www.gitignore.io/api/$@ + curl https://www.gitignore.io/api/$@ }