Fix issue

This commit is contained in:
Anton Medvedev 2017-03-20 12:59:16 +07:00
parent d81c6b599f
commit dd54f5c09d

View File

@ -99,7 +99,8 @@ class TaskCommand extends Command
if ($this->deployer['onFailure']->has($this->getName())) {
$taskName = $this->deployer['onFailure']->get($this->getName());
$tasks = $this->deployer->scriptManager->getTasks($taskName, $hosts, $hooksEnabled);
$executor->run($tasks, $hosts, $input, $output);
$executor->run($tasks, $hosts);
}
}
throw $exception;