mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix syntax
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
3bf4e7d673
commit
9c025134b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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>');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue