From 49226f1640c852da57cc2a392ffd6642c3488b07 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sat, 20 Mar 2021 21:35:13 +0100 Subject: [PATCH] Change warning to reflect version check scenarioj --- abra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abra b/abra index 4e0b7ed..efb6d51 100755 --- a/abra +++ b/abra @@ -553,7 +553,7 @@ output_version_summary() { echo " ${STACK_NAME}_${SERVICE} (${image}):" echo " undeployed!" else - warning "Unable to detect deployed version of ${STACK_NAME}_${SERVICE}, please proceed with caution" + warning "Unable to detect deployed version of ${STACK_NAME}_${SERVICE}" UNABLE_TO_DETECT="true" fi fi