Closed bretrzaun closed 8 years ago
When setting the username in a Task it is not being used when executing that task.
$task = new Laravel\Envoy\Task($nodes, $username, $cmd, true); $ssh = new Laravel\Envoy\ParallelSSH(); $ssh->run($task);
This issue tracker is for the framework only, sorry.
Description:
When setting the username in a Task it is not being used when executing that task.
Steps To Reproduce: