From f3c41dd13a0a86382b80d564e9de0d6b06fb1dbf Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 11 Mar 2018 19:56:38 +0100 Subject: Various fixes before moving to hardware installation --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index 1c38536..4ccf94d 100755 --- a/setup.sh +++ b/setup.sh @@ -46,7 +46,7 @@ case "$action" in apply playbooks/openshift-setup-projects.yml "$@" || exit 1 ;; project) - project=$2 + project=$1 shift [ -n "$project" ] || { usage 'project name should be specified...' ; exit 1; } apply playbooks/openshift-setup-project.yml --extra-vars "ands_configure_project=$project" "$@" || exit 1 -- cgit v1.2.1