mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-19 20:05:00 +00:00
Merge branch 'main' of github.com:Aider-AI/aider
This commit is contained in:
commit
0049e78250
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