Skip to content
Snippets Groups Projects
Commit 0d6493a0 authored by Miha Frangez's avatar Miha Frangez Committed by GitHub
Browse files

Fixed typo

parent bcddca9a
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ class Application { ...@@ -98,7 +98,7 @@ class Application {
} elseif ($this->config->getSystemValue('maintenance', false)) { } elseif ($this->config->getSystemValue('maintenance', false)) {
if ($input->getArgument('command') !== '_completion') { if ($input->getArgument('command') !== '_completion') {
$errOutput = $output->getErrorOutput(); $errOutput = $output->getErrorOutput();
$errOutput->writeln('<comment>Nextcloud is in maintenance mode - no app have been loaded</comment>' . PHP_EOL); $errOutput->writeln('<comment>Nextcloud is in maintenance mode - no apps have been loaded</comment>' . PHP_EOL);
} }
} else { } else {
OC_App::loadApps(); OC_App::loadApps();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment