diff options
author | Joas Schilling <coding@schilljs.com> | 2020-05-06 10:54:36 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-05-06 10:54:36 +0200 |
commit | 9c025134b3a8c6db5f6da14c8d40945fe2026bdb (patch) | |
tree | f9a47a9d00a64ce6b144c43ef68b79eb13ba1f66 | |
parent | 3bf4e7d673cbd8740a52426a7bfc40bb6287a2c2 (diff) | |
download | nextcloud-server-9c025134b3a8c6db5f6da14c8d40945fe2026bdb.tar.gz nextcloud-server-9c025134b3a8c6db5f6da14c8d40945fe2026bdb.zip |
Fix syntax
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r-- | core/Command/Maintenance/UpdateTheme.php | 2 |
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>'); } } |