mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +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(
|
repo = GitRepo(
|
||||||
io,
|
io,
|
||||||
fnames,
|
fnames,
|
||||||
git_dname or ".",
|
git_dname,
|
||||||
args.aiderignore,
|
args.aiderignore,
|
||||||
models=main_model.commit_message_models(),
|
models=main_model.commit_message_models(),
|
||||||
attribute_author=args.attribute_author,
|
attribute_author=args.attribute_author,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue