Avoid sending 2 copies of the added files

This commit is contained in:
Paul Gauthier 2023-05-10 19:13:33 -07:00
parent b139dbf475
commit 35a4a14a6a
4 changed files with 4 additions and 13 deletions

View file

@ -107,7 +107,4 @@ undo_command_reply = (
"I did not like those edits, so I did `git reset --hard HEAD~1` to discard them."
)
added_files = """Here is the content of more files:
{quoted_fnames}
"""
added_files = "Please note that I shared content of these additional files: {fnames}"