Update ScanLegacyFormat.php
Fixed a small typo on line 99.
This commit is contained in:
parent
e0e3334fc2
commit
8d44a1006a
|
@ -96,7 +96,7 @@ class ScanLegacyFormat extends Command {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($result) {
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue