Refactor Confirm.ask message in coder.py.

This commit is contained in:
Paul Gauthier 2023-05-08 17:12:54 -07:00
parent e162f053c8
commit 4be0c6945b

View file

@ -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.")