mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #20837 from nextcloud/bugfix/noid/fix-syntax
Fix syntax
This commit is contained in:
commit
07f41671b3
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