1
0
Fork 0

Execute alias operations still

pull/8444/head
Jordi Boggiano 2019-11-23 11:29:50 +01:00
parent 5725a2db57
commit f288acb1ca
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 2 additions and 0 deletions

View File

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