chore: update ui service manager of new service

This commit is contained in:
Benjamin Labrecque
2026-07-09 14:56:20 +02:00
parent 3a716715e8
commit 6ad780701a
+1 -1
View File
@@ -65,7 +65,7 @@ def git_push_changes(
logger.info("Staging area successfully reset to clean state.")
raise RuntimeError(
f"Failed to push to git due to: {e}. Does the branch already exist in Gitea?"
f"Failed to push to git due to: {e}.\nDoes the branch already exist in Gitea?"
)
logger.info("Successfully pushed!")