diff --git a/aider/commands.py b/aider/commands.py index 69974f7b7..b994a9423 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -138,7 +138,7 @@ class Commands: if self.coder.repo is not None: create_file = Confirm.ask( f"[bright_black]No files matched '{word}'. " - "Do you want to create the file and add it to git?" + "Do you want to create the file and add it to git?", ) else: create_file = Confirm.ask(