mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-04-20 03:02:51 -04:00
fix(cli.ts): fix the commit function call by passing the correct arguments to the commit function (#313)
This commit is contained in:
committed by
GitHub
parent
45dc2c4535
commit
c39181e5bd
@@ -29,7 +29,7 @@ cli(
|
||||
if (await isHookCalled()) {
|
||||
prepareCommitMessageHook();
|
||||
} else {
|
||||
commit(extraArgs, flags.fgm);
|
||||
commit(extraArgs, false, flags.fgm);
|
||||
}
|
||||
},
|
||||
extraArgs
|
||||
|
||||
Reference in New Issue
Block a user