Skip to content

Commit

Permalink
Fix bug of joomla versions subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
application2000 committed Apr 25, 2020
1 parent f46c213 commit 891008a
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 891008a

Please sign in to comment.