mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Update ScanLegacyFormat.php
Fixed a small typo on line 99.
This commit is contained in:
parent
f8a2c08c41
commit
fdcfc4edce
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ class ScanLegacyFormat extends Command {
|
|||
}
|
||||
|
||||
if ($result) {
|
||||
$output->writeln('All scanned files are propperly encrypted. You can disable the legacy compatibility mode.');
|
||||
$output->writeln('All scanned files are properly encrypted. You can disable the legacy compatibility mode.');
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue