We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c273d3a commit 1992735Copy full SHA for 1992735
1 file changed
src/Ssh/SshClient.php
@@ -46,7 +46,7 @@ public function run(Host $host, string $command, RunParams $params): string
46
if ($this->output->isDebug()) {
47
$sshString = $ssh[0];
48
for ($i = 1; $i < count($ssh); $i++) {
49
- $sshString .= ' ' . \Deployer\quote((string)$ssh[$i]);
+ $sshString .= ' ' . \Deployer\quote((string) $ssh[$i]);
50
}
51
$this->output->writeln("[$host] $sshString");
52
0 commit comments