Skip to content

Commit 890911f

Browse files
author
Ben Wilhelm
committed
check against literal string 'false'
1 parent 9571c27 commit 890911f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ try {
4343
commitIshOption = `'${commitIsh}'`;
4444
}
4545

46-
if (abbrev !== false) {
46+
if (abbrev !== "false") {
4747
abbrevOption = `--abbrev=${abbrev}`;
4848
}
4949

0 commit comments

Comments
 (0)