Skip to content

Commit

Permalink
cluster/gce: fix unbound variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedanese committed Jan 22, 2016
1 parent 3a15a37 commit 0fdaa41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster/gce/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0fdaa41

Please sign in to comment.