From e630d9e10df3793a174f59afdbdc9478ef8d19f5 Mon Sep 17 00:00:00 2001 From: Andy Augustin Date: Mon, 11 Mar 2024 20:43:40 +0100 Subject: [PATCH] fix: :bug: --- src/sync_template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sync_template.sh b/src/sync_template.sh index 3e7c8dc0..e09309d4 100644 --- a/src/sync_template.sh +++ b/src/sync_template.sh @@ -312,7 +312,7 @@ function handle_templatesyncignore() { function prechecks() { info "prechecks" - echo "::group::force file deletion" + echo "::group::prechecks" check_branch_remote_existing "${NEW_BRANCH}" check_if_commit_already_in_hist_graceful_exit "${TEMPLATE_REMOTE_GIT_HASH}"