]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix syntax 20837/head
authorJoas Schilling <coding@schilljs.com>
Wed, 6 May 2020 08:54:36 +0000 (10:54 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 6 May 2020 08:54:36 +0000 (10:54 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
core/Command/Maintenance/UpdateTheme.php

index 9be29f885a7e360cd69a846e0e341c8b001908f6..ce13215e05e883ff27f711815dc7a9d16f2d14da 100644 (file)
@@ -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>');
        }
 }