summaryrefslogtreecommitdiffstats
path: root/lib/Command/Config/FolderList.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Command/Config/FolderList.php')
-rw-r--r--lib/Command/Config/FolderList.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Command/Config/FolderList.php b/lib/Command/Config/FolderList.php
index 7a2d33ab5..26c61f5cf 100644
--- a/lib/Command/Config/FolderList.php
+++ b/lib/Command/Config/FolderList.php
@@ -58,5 +58,7 @@ class FolderList extends Command
}
$output->writeln(json_encode($this->serialize($folders), JSON_PRETTY_PRINT));
+
+ return 0;
}
}