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 "
shift
done
if [ $# -gt 1 ];then
if [ $# -gt 0 ];then
shift
fi
create_prj "$@"