This commit is contained in:
2024-06-19 09:00:08 +02:00
parent efc59eb32a
commit 4b24a11715

View File

@@ -175,7 +175,7 @@ resource "kubectl_manifest" "Task_auto-cd-create" {
REPOS="$REPOS$1 " REPOS="$REPOS$1 "
shift shift
done done
if [ $# -gt 1 ];then if [ $# -gt 0 ];then
shift shift
fi fi
create_prj "$@" create_prj "$@"