Merge pull request #20025 from mikedanese/fix-unbound

cluster/gce: fix unbound variable
This commit is contained in:
Zach Loafman 2016-01-23 07:32:56 -08:00
commit 71fadffbed

View File

@ -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