Skip to content

Commit 4b29351

Browse files
authored
Merge pull request #656 from dueringa/patch-1
Fix typo in git-extras
2 parents 9334c9d + 9baae93 commit 4b29351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/git-extras

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ updateForWindows() {
2121
# we need to clean up /tmp manually on windows
2222
cd /tmp \
2323
&& rm -rf ./git-extras \
24-
&& echo "Setting up 'git-exras'...." \
24+
&& echo "Setting up 'git-extras'...." \
2525
&& git clone https://github.com/tj/git-extras.git &> /dev/null \
2626
&& cd git-extras \
2727
&& git checkout \

0 commit comments

Comments
 (0)