Execute alias operations still

main
Jordi Boggiano 5 years ago
parent 5725a2db57
commit f288acb1ca
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -205,6 +205,8 @@ class InstallationManager
if ($this->io->isDebug()) {
$this->io->writeError(' - ' . $operation->show(false));
}
$this->$jobType($repo, $operation);
continue;
}

Loading…
Cancel
Save