Skip to content

Commit 1992735

Browse files
committed
fmt
1 parent c273d3a commit 1992735

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Ssh/SshClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function run(Host $host, string $command, RunParams $params): string
4646
if ($this->output->isDebug()) {
4747
$sshString = $ssh[0];
4848
for ($i = 1; $i < count($ssh); $i++) {
49-
$sshString .= ' ' . \Deployer\quote((string)$ssh[$i]);
49+
$sshString .= ' ' . \Deployer\quote((string) $ssh[$i]);
5050
}
5151
$this->output->writeln("[$host] $sshString");
5252
}

0 commit comments

Comments
 (0)