Fix the fix for GKE kube-down

Fixes issue in #7565

(cherry picked from commit 6a0fab3d34)
This commit is contained in:
Zach Loafman
2015-04-30 10:22:28 -07:00
committed by Brendan Burns
parent 3aaf51fa77
commit 33b3d99b96

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
}