Fix syntax

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-05-06 10:54:36 +02:00
parent 3bf4e7d673
commit 9c025134b3
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with 1 additions and 1 deletions

View 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>');
}
}