@@ -166,7 +166,7 @@ |
||
166 | 166 | $commandChain = $this->buildRemoteCommandChain(); |
167 | 167 | |
168 | 168 | $remoteCommand = $commandChain->getCommand(); |
169 | - $remoteCommand = str_replace('\\','\\\\' , $remoteCommand); |
|
169 | + $remoteCommand = str_replace('\\', '\\\\', $remoteCommand); |
|
170 | 170 | |
171 | 171 | $sshCommand = $remoteConnection->getCommand(true); |
172 | 172 | $sshCommand->addParameter(sprintf( |