|
@@ -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;
|
|
}
|
|
}
|
|
|
|
|