Skip to content

Commit

Permalink
Fix the fix for GKE kube-down
Browse files Browse the repository at this point in the history
Fixes issue in kubernetes#7565

(cherry picked from commit 6a0fab3)
  • Loading branch information
zmerlynn authored and brendandburns committed May 1, 2015
1 parent 3aaf51f commit 33b3d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/gke/util.sh
Expand Up @@ -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
}

0 comments on commit 33b3d99

Please sign in to comment.