diff --git a/src/commands/commit.ts b/src/commands/commit.ts index 6cd7048..08c4760 100644 --- a/src/commands/commit.ts +++ b/src/commands/commit.ts @@ -203,7 +203,9 @@ ${chalk.grey('——————————————————')}` await generateCommitMessageFromGitDiff({ diff, extraArgs, - fullGitMojiSpec + context, + fullGitMojiSpec, + skipCommitConfirmation }); } }