From 0e71d262e3e5c820dbe282aa74d9027ac179f1f4 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 24 May 2024 13:34:51 -0700 Subject: [PATCH] change error message --- aider/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/commands.py b/aider/commands.py index 9ff6098f7..60c0f317d 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -532,7 +532,7 @@ class Commands: ) combined_output = result.stdout except Exception as e: - self.io.tool_error(f"Error running git command: {e}") + self.io.tool_error(f"Error running /git command: {e}") if combined_output is None: return