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 a5f49b9..57e002c 100755
--- a/setup.sh
+++ b/setup.sh
@@ -62,7 +62,7 @@ case "$action" in
shift
if [[ -n "$1" && ${1:0:1} != "-" ]]; then
- vars="$vars,ands_configure_app=$1"
+ vars="$vars ands_configure_app=$1"
shift
fi
apply playbooks/openshift-setup-apps.yml --extra-vars "$vars" "$@" || exit 1