mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
fix: Fix #3987 Pass the coder object to repo.commit
This commit is contained in:
parent
57020a2d5e
commit
bdd67eb229
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ class Commands:
|
|||
return
|
||||
|
||||
commit_message = args.strip() if args else None
|
||||
self.coder.repo.commit(message=commit_message)
|
||||
self.coder.repo.commit(message=commit_message, coder=self.coder)
|
||||
|
||||
def cmd_lint(self, args="", fnames=None):
|
||||
"Lint and fix in-chat files or all dirty files if none in chat"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue