fix(cli.ts): fix the commit function call by passing the correct arguments to the commit function (#313)

This commit is contained in:
Takanori Matsumoto
2024-03-18 13:29:35 +09:00
committed by GitHub
parent 45dc2c4535
commit c39181e5bd

View File

@@ -29,7 +29,7 @@ cli(
if (await isHookCalled()) {
prepareCommitMessageHook();
} else {
commit(extraArgs, flags.fgm);
commit(extraArgs, false, flags.fgm);
}
},
extraArgs