diff --git a/aider/coder.py b/aider/coder.py index 84f3aacf3..0c48ec0d5 100755 --- a/aider/coder.py +++ b/aider/coder.py @@ -146,7 +146,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))