mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
do not supply . if no git_dname #865
This commit is contained in:
parent
0a5b5c3fd6
commit
c8b5375709
1 changed files with 1 additions and 1 deletions
|
@ -475,7 +475,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
repo = GitRepo(
|
||||
io,
|
||||
fnames,
|
||||
git_dname or ".",
|
||||
git_dname,
|
||||
args.aiderignore,
|
||||
models=main_model.commit_message_models(),
|
||||
attribute_author=args.attribute_author,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue