Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix syntax
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed May 6, 2020
commit 9c025134b3a8c6db5f6da14c8d40945fe2026bdb
2 changes: 1 addition & 1 deletion core/Command/Maintenance/UpdateTheme.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ protected function execute(InputInterface $input, OutputInterface $output) {
// cleanup image cache
$c = $this->cacheFactory->createDistributed('imagePath');
$c->clear('');
$output->writeln('<info>Image cache cleared');
$output->writeln('<info>Image cache cleared</info>');
}
}