summaryrefslogtreecommitdiffstats
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
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