fix: Add period to output message for consistency

This commit is contained in:
Paul Gauthier 2024-11-21 06:30:50 -08:00 committed by Paul Gauthier (aider)
parent 28be59582f
commit 2619b92131

View file

@ -880,7 +880,7 @@ class Commands:
if add:
num_lines = len(combined_output.strip().splitlines())
self.io.tool_output(f"Added {num_lines} lines of output to the chat")
self.io.tool_output(f"Added {num_lines} lines of output to the chat.")
msg = prompts.run_output.format(
command=args,