aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Command/RepairTree.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/lib/Command/RepairTree.php')
-rw-r--r--apps/files/lib/Command/RepairTree.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/lib/Command/RepairTree.php b/apps/files/lib/Command/RepairTree.php
index 99e92741a2e..622ccba48a3 100644
--- a/apps/files/lib/Command/RepairTree.php
+++ b/apps/files/lib/Command/RepairTree.php
@@ -33,7 +33,7 @@ class RepairTree extends Command {
$rows = $this->findBrokenTreeBits();
$fix = !$input->getOption('dry-run');
- $output->writeln("Found " . count($rows) . " file entries with an invalid path");
+ $output->writeln('Found ' . count($rows) . ' file entries with an invalid path');
if ($fix) {
$this->connection->beginTransaction();