Skip to content

Commit c39181e

Browse files
authored
fix(cli.ts): fix the commit function call by passing the correct arguments to the commit function (#313)
1 parent 45dc2c4 commit c39181e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cli(
2929
if (await isHookCalled()) {
3030
prepareCommitMessageHook();
3131
} else {
32-
commit(extraArgs, flags.fgm);
32+
commit(extraArgs, false, flags.fgm);
3333
}
3434
},
3535
extraArgs

0 commit comments

Comments
 (0)