Fix the fix for GKE kube-down

Fixes issue in #7565

(cherry picked from commit 6a0fab3d34)
pull/6/head
Zach Loafman 2015-04-30 10:22:28 -07:00 committed by Brendan Burns
parent 3aaf51fa77
commit 33b3d99b96
1 changed files with 1 additions and 1 deletions

View File

@ -303,5 +303,5 @@ function kube-down() {
echo "... in kube-down()" >&2
detect-project >&2
"${GCLOUD}" alpha container clusters delete --project="${PROJECT}" \
--zone="${ZONE}" "${CLUSTER_NAME} --quiet"
--zone="${ZONE}" "${CLUSTER_NAME}" --quiet
}