From d581a2d43ac0d170a45ee7fa61430b9319e0e971 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Thu, 30 Jul 2020 14:19:07 -0500 Subject: [PATCH] Fix mistake --- .automation/upload-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.automation/upload-docker.sh b/.automation/upload-docker.sh index bac7f3e8..0510276a 100755 --- a/.automation/upload-docker.sh +++ b/.automation/upload-docker.sh @@ -255,7 +255,7 @@ Authenticate() { # ERROR error "Failed to authenticate to ${NAME}!" fatal "[${LOGIN_CMD}]" -fatal else + else # SUCCESS info "Successfully authenticated to ${F[C]}${NAME}${F[B]}!" fi