From 098aa74f171cc71f475687938e3e4b069a7c4df7 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Thu, 9 Jul 2026 14:29:36 +0200 Subject: [PATCH] chore: update ui service manager of new service --- cli/src/core/service_creator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/src/core/service_creator.py b/cli/src/core/service_creator.py index 1d45bf4..15d2607 100644 --- a/cli/src/core/service_creator.py +++ b/cli/src/core/service_creator.py @@ -80,7 +80,6 @@ class ServiceCreator: service_manager.write_to_file() # TODO: can't push if branch already exists in remote - raise git_push_changes( repo=repo, branch_name=branch_name,