diff --git a/app/Commands/CommitCommand.php b/app/Commands/CommitCommand.php index d614b09..94b34f9 100644 --- a/app/Commands/CommitCommand.php +++ b/app/Commands/CommitCommand.php @@ -128,7 +128,7 @@ function ($attempts) use ($cachedDiff): string { $this->task(str_repeat(PHP_EOL, 2).'3. Committing message', function () use ($message): void { tap($this->createProcess($this->getCommitCommand($message)), function (Process $process): void { $this->shouldEdit() and $process->setTty(true); - })->setTimeout(null)->mustRun(); + })->setTimeout(null)->run(); }, 'committing...'.PHP_EOL); $this->output->success('Successfully generated and committed message.');