fix: wording

This commit is contained in:
decentral1se 2025-01-02 11:22:59 +01:00
parent 2813257e30
commit cfbc3a3438
Signed by untrusted user: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -563,7 +563,7 @@ The app must be deployed already to proceed.
* a specific upgrade (`abra app upgrade 1.7.1+1.27.2`)
* force re-upgrade (same version, `abra app upgrade --force`)
In both cases, the app `.env` version is **ignored** because the "source of
In all cases, the app `.env` version is **ignored** because the "source of
truth" for the app deployment is the live deployment of the app. The app `.env`
will be shown however in the deployment overview.
@ -575,6 +575,6 @@ The app must be deployed already to proceed.
* a specific downgrade (`abra app rollback 1.7.1+1.27.2`)
* force re-downgrade (same version, `abra app rollback --force`)
In both cases, the app `.env` version is **ignored** because the "source of
In all cases, the app `.env` version is **ignored** because the "source of
truth" for the app deployment is the live deployment of the app. The app `.env`
will be shown however in the deployment overview.