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