Improve wording of output for trashbin migrator

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2022-03-24 11:04:09 +01:00
parent 53c731d8f9
commit ecbcfca98a
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A

View file

@ -67,7 +67,7 @@ class TrashbinMigrator implements IMigrator {
try {
$trashbinFolder = $this->root->get('/'.$uid.'/files_trashbin');
$output->writeln("Exporting trashbin");
$output->writeln("Exporting trashbin files");
if ($exportDestination->copyFolder($trashbinFolder, static::PATH_FILES_FOLDER) === false) {
throw new UserMigrationException("Could not export trashbin.");
}