change error message

This commit is contained in:
Paul Gauthier 2024-05-24 13:34:51 -07:00
parent d48edfcd00
commit 0e71d262e3

View file

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