From 4b24a117155637e73d4130522e737bfd9d619c59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Wed, 19 Jun 2024 09:00:08 +0200 Subject: [PATCH] fix --- share/gitea-tekton-org/auto_Task.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/gitea-tekton-org/auto_Task.tf b/share/gitea-tekton-org/auto_Task.tf index 09861d1..92c9f0f 100644 --- a/share/gitea-tekton-org/auto_Task.tf +++ b/share/gitea-tekton-org/auto_Task.tf @@ -175,7 +175,7 @@ resource "kubectl_manifest" "Task_auto-cd-create" { REPOS="$REPOS$1 " shift done - if [ $# -gt 1 ];then + if [ $# -gt 0 ];then shift fi create_prj "$@"