do not supply . if no git_dname #865

This commit is contained in:
Paul Gauthier 2024-08-07 13:39:02 -03:00
parent 0a5b5c3fd6
commit c8b5375709

View file

@ -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,