fix: branch

This commit is contained in:
Benjamin Labrecque
2026-07-16 13:37:41 +02:00
parent ce75c25515
commit b1e296fc3e
+1 -1
View File
@@ -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)