@@ -36,8 +36,8 @@ |
||
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 | /** |