[fix] --force upgrade option

This commit is contained in:
ljf (zamentur) 2022-08-11 00:37:52 +02:00 committed by GitHub
parent 73f6ec657e
commit 9e0d7f805f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,7 +85,7 @@ Test that your applications are working. If they aren't, you should try to upgra
If your app is broken and you were already with the last version, you can rerun the upgrade thanks to the `-f` option: If your app is broken and you were already with the last version, you can rerun the upgrade thanks to the `-f` option:
``` ```
yunohost app upgrade -f APP_NAME yunohost app upgrade --force APP_NAME
``` ```
## Current known (minor) issues after the migration ## Current known (minor) issues after the migration