Merge pull request #20837 from nextcloud/bugfix/noid/fix-syntax

Fix syntax
This commit is contained in:
Morris Jobke 2020-05-06 20:54:47 +02:00 committed by GitHub
commit 07f41671b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>');
}
}