Merge pull request #20837 from nextcloud/bugfix/noid/fix-syntax
Fix syntax
This commit is contained in:
commit
07f41671b3
|
@ -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 New Issue