aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/Command/Maintenance/UpdateTheme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Maintenance/UpdateTheme.php b/core/Command/Maintenance/UpdateTheme.php
index 9be29f885a7..ce13215e05e 100644
--- a/core/Command/Maintenance/UpdateTheme.php
+++ b/core/Command/Maintenance/UpdateTheme.php
@@ -61,6 +61,6 @@ class UpdateTheme extends UpdateJS {
// cleanup image cache
$c = $this->cacheFactory->createDistributed('imagePath');
$c->clear('');
- $output->writeln('<info>Image cache cleared');
+ $output->writeln('<info>Image cache cleared</info>');
}
}