mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Add a missing $ for bash variable evaluation
This commit is contained in:
parent
179129c908
commit
233ea2f1ed
@ -87,7 +87,7 @@ fi
|
|||||||
|
|
||||||
if [[ "${KUBERNETES_PROVIDER}" == "gke" ]]; then
|
if [[ "${KUBERNETES_PROVIDER}" == "gke" ]]; then
|
||||||
detect-node-instance-groups
|
detect-node-instance-groups
|
||||||
NODE_INSTANCE_GROUP=$(kube::util::join , NODE_INSTANCE_GROUPS)
|
NODE_INSTANCE_GROUP=$(kube::util::join , "${NODE_INSTANCE_GROUPS[@]}")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ginkgo_args=()
|
ginkgo_args=()
|
||||||
|
Loading…
Reference in New Issue
Block a user