aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Upgrade.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-01-15 16:38:25 +0100
committerJoas Schilling <coding@schilljs.com>2021-01-18 11:32:51 +0100
commit7ef7c3e3f2729c2518ff62fbac063f63be429160 (patch)
treed991f2d3aa40df083b785d76212b88c784616ea9 /core/Command/Upgrade.php
parent2e2a2eefd50ee2fec603ffdc56de4a89296f907f (diff)
downloadnextcloud-server-7ef7c3e3f2729c2518ff62fbac063f63be429160.tar.gz
nextcloud-server-7ef7c3e3f2729c2518ff62fbac063f63be429160.zip
Fix markup
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/Command/Upgrade.php')
-rw-r--r--core/Command/Upgrade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Upgrade.php b/core/Command/Upgrade.php
index b5361382190..7ab5fe8e5fd 100644
--- a/core/Command/Upgrade.php
+++ b/core/Command/Upgrade.php
@@ -263,7 +263,7 @@ class Upgrade extends Command {
return self::ERROR_SUCCESS;
} elseif ($this->config->getSystemValueBool('maintenance')) {
//Possible scenario: Nextcloud core is updated but an app failed
- $output->writeln('<warning>Nextcloud is in maintenance mode</warning>');
+ $output->writeln('<comment>Nextcloud is in maintenance mode</comment>');
$output->write('<comment>Maybe an upgrade is already in process. Please check the '
. 'logfile (data/nextcloud.log). If you want to re-run the '
. 'upgrade procedure, remove the "maintenance mode" from '