mirror of https://github.com/k3s-io/k3s
Add a missing $ for bash variable evaluation
parent
179129c908
commit
233ea2f1ed
|
@ -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=()
|
||||
|
|
Loading…
Reference in New Issue