Skip to content

Commit

Permalink
Merge branch 'master' of github.com:visionmedia/git-extras
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 26, 2012
2 parents 8fcabe3 + 5cb1590 commit 736ffc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-extras
Expand Up @@ -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" \
Expand Down

0 comments on commit 736ffc3

Please sign in to comment.