Skip to content

Commit

Permalink
Merge pull request #118 from alexandreelise/fix-console-versions-bug
Browse files Browse the repository at this point in the history
Fix bug of joomla versions subcommand
  • Loading branch information
Steven Rombauts committed Apr 29, 2020
2 parents f46c213 + 891008a commit 4a08c2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Joomlatools/Console/Command/Versions.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
->setStyle('compact')
->render($output);
}
return 0;
}

public function setRepository($repository)
Expand Down Expand Up @@ -271,4 +272,4 @@ public function isTag($version)

return in_array($version, $versions['tags']);
}
}
}

0 comments on commit 4a08c2c

Please sign in to comment.