mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
Fixed a bug where the method was checking the wrong object for dirtiness.
This commit is contained in:
parent
6b6f9e9ed4
commit
66f53db927
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ class Commands:
|
|||
self.coder.abs_fnames.add(abs_file_path)
|
||||
self.coder.run(errors)
|
||||
|
||||
if self.repo.is_dirty():
|
||||
if self.coder.repo.is_dirty():
|
||||
self.cmd_commit("")
|
||||
|
||||
def cmd_clear(self, args):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue