From 88b48bd04b160de0fd41211da408ef3cac66f8a9 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 11 May 2023 17:22:58 -0700 Subject: [PATCH] noop --- aider/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(