Unbreak cluster/validate-cluster.sh

pull/6/head
Jeff Lowdermilk 2015-02-13 10:48:32 -08:00
parent 3bded83201
commit d528439ee5
1 changed files with 1 additions and 1 deletions

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[@]}}" "${@+$@}"