Skip to content

Commit 5b899ab

Browse files
missing space
1 parent 6315975 commit 5b899ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
}
5353

5454
if (gitArgs.indexOf('--no-color') < 0) {
55-
gitArgs += '--no-color';
55+
gitArgs += ' --no-color';
5656
}
5757

5858
var diffCommand = 'git diff ' + gitArgs;

0 commit comments

Comments
 (0)