Skip to content

Commit 65d779c

Browse files
authored
Update TaskContainer.php
1 parent 35897f2 commit 65d779c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TaskContainer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ public function getTask($task, array $macroOptions = [])
333333
throw new Exception(sprintf('Task "%s" is not defined.', $task));
334334
}
335335

336-
$options = array_merge($macroOptions, $this->getTaskOptions($task));
336+
$options = array_merge($this->getTaskOptions($task), $macroOptions);
337337

338338
$parallel = Arr::get($options, 'parallel', false);
339339

0 commit comments

Comments
 (0)