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
+1
-1
@@ -29,7 +29,7 @@ cli(
|
|||||||
if (await isHookCalled()) {
|
if (await isHookCalled()) {
|
||||||
prepareCommitMessageHook();
|
prepareCommitMessageHook();
|
||||||
} else {
|
} else {
|
||||||
commit(extraArgs, flags.fgm);
|
commit(extraArgs, false, flags.fgm);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
extraArgs
|
extraArgs
|
||||||
|
|||||||
Reference in New Issue
Block a user