From 33b3d99b969456cd5cd76722fae7cb9ff98b3dd3 Mon Sep 17 00:00:00 2001 From: Zach Loafman Date: Thu, 30 Apr 2015 10:22:28 -0700 Subject: [PATCH] Fix the fix for GKE kube-down Fixes issue in #7565 (cherry picked from commit 6a0fab3d340266d2d899ab88e06993dcef7def2b) --- cluster/gke/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/gke/util.sh b/cluster/gke/util.sh index f2c7eea5a4f6..813611825911 100755 --- a/cluster/gke/util.sh +++ b/cluster/gke/util.sh @@ -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 }