From b1e296fc3eea5169cfc899fc98c8a20184691afd Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Thu, 16 Jul 2026 13:37:41 +0200 Subject: [PATCH] fix: branch --- cli/src/core/service_creator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/core/service_creator.py b/cli/src/core/service_creator.py index c180247..970df88 100644 --- a/cli/src/core/service_creator.py +++ b/cli/src/core/service_creator.py @@ -121,7 +121,7 @@ class ServiceCreator: iocs_overview = IocsOverview.read_from_file() iocs_overview.add_ioc(service, description=self.ioc_description) - branch_name = f"feature/add-new-service-all" + branch_name = f"feature/add-new-service-all-migrate" # delete_local_branch(repo, branch_name) switch_branch(repo, branch_name)