mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +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
|
||||
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
Block a user