Fix typo in git-extras

Output said "Setting up 'git-exras" instead of "Setting up 'git-extras"
This commit is contained in:
Andreas Duering 2017-05-16 15:12:45 +02:00 committed by GitHub
parent 9334c9db31
commit 9baae93a9b

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 \