diff --git a/app/Commands/CommitCommand.php b/app/Commands/CommitCommand.php index 0471183..ffbe8ce 100644 --- a/app/Commands/CommitCommand.php +++ b/app/Commands/CommitCommand.php @@ -132,7 +132,7 @@ function ($attempts) use ($cachedDiff): string { })->mustRun(); }, 'committing...'); - $this->output->success('Generate and commit messages have succeeded'); + $this->output->success('Generate and commit messages successfully'); return self::SUCCESS; }