From d515f5db674a0ce04dc14e6d19761a7d7aea2611 Mon Sep 17 00:00:00 2001 From: ToshY <31921460+ToshY@users.noreply.github.com> Date: Wed, 5 Nov 2025 22:36:50 +0100 Subject: [PATCH] Update sync_template.sh Signed-off-by: ToshY <31921460+ToshY@users.noreply.github.com> --- 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 908348b6..5ae508aa 100755 --- a/src/sync_template.sh +++ b/src/sync_template.sh @@ -297,7 +297,7 @@ function eventual_create_labels () { if [[ -z "${pr_labels}" ]]; then info "'pr_labels' is empty. Skipping labels check" - retun 0 + return 0 fi readarray -t labels_array < <(awk -F',' '{ for( i=1; i<=NF; i++ ) print $i }' <<<"${pr_labels}")