Skip to content

Commit 84c38de

Browse files
Minor tweak
use git --help
1 parent 7307e22 commit 84c38de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bin/create-rust-webpack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function run(cmd, args, opts) {
2828
}
2929
}
3030

31-
if (!isPresent("git help -g")) {
31+
if (!isPresent("git --help")) {
3232
console.log('\n git is required');
3333
process.exit(1);
3434
}

0 commit comments

Comments
 (0)