diff --git a/cli/src/core/service_creator.py b/cli/src/core/service_creator.py index 70e8e68..c180247 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-all-services" + branch_name = f"feature/add-new-service-all" # delete_local_branch(repo, branch_name) switch_branch(repo, branch_name)