From 42e1710ccf1d7f2df5ccfd1e2860f9b6e62a0e21 Mon Sep 17 00:00:00 2001 From: Zach Loafman Date: Wed, 22 Apr 2015 10:11:08 -0700 Subject: [PATCH] Fix build after #7146 --- cluster/gce/util.sh | 2 +- cluster/gke/util.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/gce/util.sh b/cluster/gce/util.sh index 418aedca129..192627824ce 100755 --- a/cluster/gce/util.sh +++ b/cluster/gce/util.sh @@ -49,7 +49,7 @@ function verify-prereqs { fi fi done - if [[ "${KUBE_SKIP_UPDATE} == "y" ]]; then + if [[ "${KUBE_SKIP_UPDATE}" == "y" ]]; then return fi # update and install components as needed diff --git a/cluster/gke/util.sh b/cluster/gke/util.sh index 2bb7fb01273..9895701f618 100755 --- a/cluster/gke/util.sh +++ b/cluster/gke/util.sh @@ -87,7 +87,7 @@ function verify-prereqs() { exit 1 fi fi - if [[ "${KUBE_SKIP_UPDATE} == "y" ]]; then + if [[ "${KUBE_SKIP_UPDATE}" == "y" ]]; then return fi # update and install components as needed