Fix the fix for GKE kube-down

Fixes issue in #7565
pull/6/head
Zach Loafman 2015-04-30 10:22:28 -07:00
parent b11f07be7a
commit 6a0fab3d34
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
}