From 0fdaa41c5efcc03eab09aefa312612684261d114 Mon Sep 17 00:00:00 2001 From: Mike Danese Date: Fri, 22 Jan 2016 14:42:32 -0800 Subject: [PATCH] cluster/gce: fix unbound variable --- cluster/gce/util.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/gce/util.sh b/cluster/gce/util.sh index be69e01389f..0d1fba4bc23 100755 --- a/cluster/gce/util.sh +++ b/cluster/gce/util.sh @@ -696,7 +696,7 @@ function create-nodes-firewall() { # Wait for last batch of jobs kube::util::wait-for-jobs || { - echo -e "${color_red}${fail} commands failed.${color_norm}" >&2 + echo -e "${color_red}Some commands failed.${color_norm}" >&2 } } @@ -1214,7 +1214,7 @@ function kube-push { done kube::util::wait-for-jobs || { - echo -e "${color_red}${fail} commands failed.${color_norm}" >&2 + echo -e "${color_red}Some commands failed.${color_norm}" >&2 } # TODO(zmerlynn): Re-create instance-template with the new