Add a missing $ for bash variable evaluation

pull/6/head
Kris 2016-06-22 15:29:59 -07:00
parent 179129c908
commit 233ea2f1ed
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ fi
if [[ "${KUBERNETES_PROVIDER}" == "gke" ]]; then
detect-node-instance-groups
NODE_INSTANCE_GROUP=$(kube::util::join , NODE_INSTANCE_GROUPS)
NODE_INSTANCE_GROUP=$(kube::util::join , "${NODE_INSTANCE_GROUPS[@]}")
fi
ginkgo_args=()