From 596e090a05e518127b1e5d34a9c37d502f07c792 Mon Sep 17 00:00:00 2001 From: sltptr Date: Fri, 16 May 2025 18:09:33 -0700 Subject: [PATCH] Updating warning --- aider/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/main.py b/aider/main.py index 6907afd5a..9407b8d2a 100644 --- a/aider/main.py +++ b/aider/main.py @@ -457,7 +457,7 @@ def get_config_file(prefix=None): if len(conf_files) > 1: print( f"Warning: Both .aider.conf.yml and .aider.conf.yaml are present at {prefix}." - " Defaulting to .aider.conf.yml." + f" Defaulting to {prefix}/.aider.conf.yml." ) return conf_files[0] if conf_files else None