1
0
Fork 0

Allow to select virtual packages

pull/3322/head
Aydin 2014-10-02 12:07:31 +01:00
parent b33da336ec
commit 432cdbcb31
1 changed files with 1 additions and 2 deletions

View File

@ -333,8 +333,7 @@ EOT
}
while (null !== $package = $dialog->ask($output, $prompt)) {
$matches = $this->findPackages($package);
$matches = array_values($this->findPackages($package));
if (count($matches)) {
$output->writeln(array(
'',