Add a missing $ for bash variable evaluation

This commit is contained in:
Kris 2016-06-22 15:29:59 -07:00
parent 179129c908
commit 233ea2f1ed

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=()