diff --git a/aider/coder.py b/aider/coder.py index 57d364c77..bf2f19b4e 100755 --- a/aider/coder.py +++ b/aider/coder.py @@ -133,7 +133,7 @@ class Coder: if fname.is_dir(): continue - self.io.tool_output(f"Added {fname} to the chat") + self.io.tool_output(f"Added {fname} to the chat.") fname = fname.resolve() self.abs_fnames.add(str(fname))