mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +00:00
Refactor Confirm.ask message in coder.py.
This commit is contained in:
parent
e162f053c8
commit
4be0c6945b
1 changed files with 1 additions and 1 deletions
2
coder.py
2
coder.py
|
@ -470,7 +470,7 @@ class Coder:
|
|||
self.console.print(f"[red]Commit message: {commit_message}\n")
|
||||
|
||||
if ask:
|
||||
res = Confirm.ask("[red]Commit before starting the chat?")
|
||||
res = Confirm.ask("[red]Commit before the chat proceeds?")
|
||||
|
||||
if not res:
|
||||
self.console.print("[red]Skipped commmit.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue