Merge branch 'master' of github.com:visionmedia/git-extras

This commit is contained in:
TJ Holowaychuk 2012-03-26 15:20:14 -07:00
commit 736ffc30bf

View file

@ -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" \