From 361f47ce4058097facc9d32fd1253f65c455aa40 Mon Sep 17 00:00:00 2001 From: "Mathieu D. (MatToufoutu)" Date: Thu, 22 Mar 2012 18:15:19 +0100 Subject: [PATCH] use https to clone in the automatic install script --- bin/git-extras | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-extras b/bin/git-extras index f1cfff9..32df881 100755 --- a/bin/git-extras +++ b/bin/git-extras @@ -6,7 +6,7 @@ update() { local orig=$PWD cd /tmp \ && rm -fr ./git-extras \ - && git clone --depth 1 http://github.com/visionmedia/git-extras.git \ + && git clone --depth 1 https://github.com/visionmedia/git-extras.git \ && cd git-extras \ && make install \ && cd "$orig" \