From 9c025134b3a8c6db5f6da14c8d40945fe2026bdb Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 6 May 2020 10:54:36 +0200 Subject: Fix syntax Signed-off-by: Joas Schilling --- core/Command/Maintenance/UpdateTheme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Command/Maintenance') diff --git a/core/Command/Maintenance/UpdateTheme.php b/core/Command/Maintenance/UpdateTheme.php index 9be29f885a7..ce13215e05e 100644 --- a/core/Command/Maintenance/UpdateTheme.php +++ b/core/Command/Maintenance/UpdateTheme.php @@ -61,6 +61,6 @@ class UpdateTheme extends UpdateJS { // cleanup image cache $c = $this->cacheFactory->createDistributed('imagePath'); $c->clear(''); - $output->writeln('Image cache cleared'); + $output->writeln('Image cache cleared'); } } -- cgit v1.2.3