Execute alias operations still
parent
5725a2db57
commit
f288acb1ca
|
@ -205,6 +205,8 @@ class InstallationManager
|
||||||
if ($this->io->isDebug()) {
|
if ($this->io->isDebug()) {
|
||||||
$this->io->writeError(' - ' . $operation->show(false));
|
$this->io->writeError(' - ' . $operation->show(false));
|
||||||
}
|
}
|
||||||
|
$this->$jobType($repo, $operation);
|
||||||
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue