From 9baae93a9bbe059f8eb69d44527fc38237d709df Mon Sep 17 00:00:00 2001 From: Andreas Duering Date: Tue, 16 May 2017 15:12:45 +0200 Subject: [PATCH] Fix typo in git-extras Output said "Setting up 'git-exras" instead of "Setting up 'git-extras" --- bin/git-extras | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-extras b/bin/git-extras index 90bd3f1..12c93d3 100755 --- a/bin/git-extras +++ b/bin/git-extras @@ -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 \