diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-05-11 11:52:04 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-05-11 11:56:14 +0200 |
commit | a92028f5cdad089bac597e042656545acc78d86b (patch) | |
tree | ecf0d61be52ba35a1f3d160fb78190473f7480bb /apps/encryption/appinfo | |
parent | 36fc5dc8ae989f0694ca97c9175ee0debbc36142 (diff) | |
download | nextcloud-server-a92028f5cdad089bac597e042656545acc78d86b.tar.gz nextcloud-server-a92028f5cdad089bac597e042656545acc78d86b.zip |
Rename command to drop-legacy-filekey and remove comment about legacy mode.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'apps/encryption/appinfo')
-rw-r--r-- | apps/encryption/appinfo/info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml index 1018d6ab17a..de7ba7f0783 100644 --- a/apps/encryption/appinfo/info.xml +++ b/apps/encryption/appinfo/info.xml @@ -42,7 +42,7 @@ Please read the documentation to know all implications before you decide to enab <command>OCA\Encryption\Command\ScanLegacyFormat</command> <command>OCA\Encryption\Command\FixEncryptedVersion</command> <command>OCA\Encryption\Command\FixKeyLocation</command> - <command>OCA\Encryption\Command\FixLegacyFileKey</command> + <command>OCA\Encryption\Command\DropLegacyFileKey</command> </commands> <settings> |