From b8dc74719fb06a3e63e5d95a97b2fe4789ad209b Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Tue, 7 Jul 2026 11:40:27 +0200 Subject: [PATCH] chore: test cli undo --- 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 b3a21da..fe0e616 100644 --- a/cli/src/core/service_creator.py +++ b/cli/src/core/service_creator.py @@ -58,7 +58,6 @@ class ServiceCreator: hla_names.write_to_config() # TODO: can't push if branch already exists in remote - raise git_push_changes( repo=repo, branch_name=branch_name,