Skip to content

Commit

Permalink
Merge 25c19ac into 19d7321
Browse files Browse the repository at this point in the history
  • Loading branch information
asgorobets committed Sep 20, 2017
2 parents 19d7321 + 25c19ac commit fc107a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Task/Remote/Ssh.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,6 @@ protected function sshCommand($command)
$hostSpec = $this->user . '@' . $hostSpec;
}

return sprintf("ssh{$sshOptions} {$hostSpec} '{$command}'");
return "ssh{$sshOptions} {$hostSpec} '{$command}'";
}
}

0 comments on commit fc107a4

Please sign in to comment.