mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 16:54:08 +01:00
Fix args
This commit is contained in:
parent
eb9de1a648
commit
ef2499c8d7
@ -65,7 +65,7 @@ class ParallelExecutor implements ExecutorInterface
|
|||||||
$localhost = new Localhost();
|
$localhost = new Localhost();
|
||||||
$limit = (int)$this->input->getOption('limit') ?: count($hosts);
|
$limit = (int)$this->input->getOption('limit') ?: count($hosts);
|
||||||
|
|
||||||
Storage::persist($hosts, $this->input, $this->output);
|
Storage::persist($hosts);
|
||||||
|
|
||||||
foreach ($tasks as $task) {
|
foreach ($tasks as $task) {
|
||||||
$success = true;
|
$success = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user