Skip to content

Commit

Permalink
fix(commands): Update commit success message
Browse files Browse the repository at this point in the history
- Change success message from 'Generate and commit messages have succeeded' to 'Generate and commit messages successfully'
  • Loading branch information
guanguans committed Jul 14, 2023
1 parent c7ce189 commit 2f6d86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Commands/CommitCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 2f6d86e

Please sign in to comment.