Completed
Push — master ( b16e7b...c70237 )
by Marin
06:11
created
src/Server/Ssh.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,8 +36,8 @@
 block discarded – undo
36 36
 
37 37
         $commandLine = $process->getCommandLine();
38 38
         $this->logger->info('Running "'.$commandLine.'"');
39
-        $output   = $this->getSession()->getExec()->run($commandLine);
40
-        $this->logger->info('Output:'. PHP_EOL . $output);
39
+        $output = $this->getSession()->getExec()->run($commandLine);
40
+        $this->logger->info('Output:'.PHP_EOL.$output);
41 41
     }
42 42
 
43 43
     /**
Please login to merge, or discard this patch.