mirror of
https://github.com/tj/git-extras.git
synced 2026-09-13 17:06:22 -04:00
Merge pull request #87 from mattoufoutu/master
use https in the automatic install script
This commit is contained in:
commit
5cb1590d93
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue