Skip to content

Commit

Permalink
Merge branch 'feature/show-auto-confirmed-message'
Browse files Browse the repository at this point in the history
  • Loading branch information
negoziator committed Oct 8, 2023
2 parents a36d868 + 2c0b049 commit 2eedb9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,5 +262,5 @@ Video coming soon where I rebuild it from scratch to show you how to easily buil

## Contributing

If you want to help fix a bug or implement a feature in [Issues](https://github.com/Nutlope/aicommit/issues), checkout
If you want to help fix a bug or implement a feature in [Issues](https://github.com/negoziator/ai-commit/issues), checkout
the [Contribution Guide](CONTRIBUTING.md) to learn how to setup and test the project.
1 change: 1 addition & 0 deletions src/commands/aicommit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export default async (
let confirmed: boolean | symbol;
if (config['auto-confirm']) {
confirmed = true;
outro(`${green('✔')} Auto confirmed commit message.\n\n ${message}\n`);
} else {
confirmed = await confirm({
message: `Use this commit message?\n\n ${message}\n`,
Expand Down

0 comments on commit 2eedb9f

Please sign in to comment.