Fix wording

This commit is contained in:
2021-03-03 16:50:59 +01:00
parent 044de5824b
commit bb30fa28da

2
abra
View File

@ -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} 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 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/ 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 fi
if [ "$ABRA_TYPE_VERSION" != "$deployed_version" ]; then if [ "$ABRA_TYPE_VERSION" != "$deployed_version" ]; then