From 70c4ece8735cae2d41d7019143e5b21899fff46d Mon Sep 17 00:00:00 2001 From: Eric Tune Date: Tue, 15 Nov 2016 09:13:40 -0800 Subject: [PATCH] Fix typo: cloud -> gcloud in cluster/gce/util.sh --- cluster/gce/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/gce/util.sh b/cluster/gce/util.sh index 93f6995d40..5602fd63bd 100755 --- a/cluster/gce/util.sh +++ b/cluster/gce/util.sh @@ -429,7 +429,7 @@ function create-static-ip() { break fi - if cloud compute addresses describe "$1" \ + if gcloud compute addresses describe "$1" \ --project "${PROJECT}" \ --region "${REGION}" >/dev/null 2>&1; then # it exists - postcondition satisfied