Merge pull request #4424 from jlowdermilk/fix-kubectl.sh

Unbreak cluster/validate-cluster.sh
This commit is contained in:
Jeff Lowdermilk 2015-02-13 10:49:59 -08:00
commit 4d344a355f

View File

@ -120,7 +120,7 @@ elif [[ "$KUBERNETES_PROVIDER" == "vagrant" ]]; then
)
fi
echo "current-context: \"$(${kubectl} config view -o template --template='{{index . "current-context"}}')\""
echo "current-context: \"$(${kubectl} config view -o template --template='{{index . "current-context"}}')\"" >&2
echo "Running:" "${kubectl}" "${config[@]:+${config[@]}}" "${@+$@}" >&2
"${kubectl}" "${config[@]:+${config[@]}}" "${@+$@}"