chore: update ui service manager of new service

This commit is contained in:
Benjamin Labrecque
2026-07-09 14:52:21 +02:00
parent ed85cbd932
commit 6dd325d5a5
+1 -1
View File
@@ -65,7 +65,7 @@ def git_push_changes(
logger.info("Staging area successfully reset to clean state.")
error_reason = e.stderr.strip() if e.stderr else "Unknown remote error"
raise RuntimeError(f"Failed to push to git due to: {error_reason}")
raise RuntimeError(f"Failed to push to git due to: {error_reason}, {e.stdout}, {e.status}")
logger.info("Successfully pushed!")