Fix wording

This commit is contained in:
Luke Murphy 2021-03-03 16:50:59 +01:00
parent 044de5824b
commit bb30fa28da
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

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