Merge pull request #21243 from gmarek/master

Auto commit by PR queue bot
pull/6/head
k8s-merge-robot 2016-02-15 01:15:21 -08:00
commit 48caef3576
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ if [[ "${EXIT_ON_WEAK_ERROR}" == "true" ]]; then
validate-cluster
else
if ! validate-cluster; then
local validate_result="$?"
validate_result="$?"
if [[ "${validate_result}" == "1" ]]; then
exit 1
elif [[ "${validate_result}" == "2" ]]; then