Merge pull request #656 from dueringa/patch-1

Fix typo in git-extras
This commit is contained in:
罗泽轩 2017-05-16 22:27:58 +08:00 committed by GitHub
commit 4b29351f2f

View file

@ -21,7 +21,7 @@ updateForWindows() {
# we need to clean up /tmp manually on windows
cd /tmp \
&& rm -rf ./git-extras \
&& echo "Setting up 'git-exras'...." \
&& echo "Setting up 'git-extras'...." \
&& git clone https://github.com/tj/git-extras.git &> /dev/null \
&& cd git-extras \
&& git checkout \