summaryrefslogtreecommitdiffstats
path: root/lib/Command/Config/FeedList.php
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2020-09-29 16:14:53 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2020-09-29 21:15:53 +0200
commite5283611412d4b3305ee7d549da00ca24c0e35df (patch)
tree78fffed11636a39f871935a7fa6d811e0ac26000 /lib/Command/Config/FeedList.php
parentf13c5039d15ba384c655e1901f3bfec31a43a18f (diff)
Add feed autodiscovery
Issue GH-415 Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to 'lib/Command/Config/FeedList.php')
-rw-r--r--lib/Command/Config/FeedList.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Command/Config/FeedList.php b/lib/Command/Config/FeedList.php
index 57e14d339..0c547868c 100644
--- a/lib/Command/Config/FeedList.php
+++ b/lib/Command/Config/FeedList.php
@@ -57,5 +57,7 @@ class FeedList extends Command
}
$output->writeln(json_encode($this->serialize($feeds), JSON_PRETTY_PRINT));
+
+ return 0;
}
}