This commit is contained in:
Paul Gauthier 2023-05-11 17:22:58 -07:00
parent db7aa7cdf1
commit 88b48bd04b

View file

@ -138,7 +138,7 @@ class Commands:
if self.coder.repo is not None: if self.coder.repo is not None:
create_file = Confirm.ask( create_file = Confirm.ask(
f"[bright_black]No files matched '{word}'. " 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: else:
create_file = Confirm.ask( create_file = Confirm.ask(