From bb30fa28da16fb5ddbd34e89bf677f87a1edaa14 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 3 Mar 2021 16:50:59 +0100 Subject: [PATCH] Fix wording --- abra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abra b/abra index 6fd58800..3a3c8fb1 100755 --- a/abra +++ b/abra @@ -898,7 +898,7 @@ sub_app_deploy (){ error "The app version is the same but the image digest has changed from ${deployed_digest} -> ${ABRA_TYPE_DIGEST} This should not happen! This may mean that the upstream app developers are overwriting their image tags Get in touch and let's make the builds stable together: https://docs.cloud.autonomic.zone/contact/ - Please pass the --update option to the deploy to deploy the update anyway" + Please pass the --update option to deploy the update anyway" fi if [ "$ABRA_TYPE_VERSION" != "$deployed_version" ]; then