fix
This commit is contained in:
@@ -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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user