diff --git a/src/Joomlatools/Console/Command/Versions.php b/src/Joomlatools/Console/Command/Versions.php index 118bfed8..24659f9b 100644 --- a/src/Joomlatools/Console/Command/Versions.php +++ b/src/Joomlatools/Console/Command/Versions.php @@ -92,6 +92,7 @@ protected function execute(InputInterface $input, OutputInterface $output) ->setStyle('compact') ->render($output); } + return 0; } public function setRepository($repository) @@ -271,4 +272,4 @@ public function isTag($version) return in_array($version, $versions['tags']); } -} \ No newline at end of file +}