@@ -177,7 +177,7 @@ |
||
177 | 177 | } |
178 | 178 | |
179 | 179 | public static function runProcess($commandline) { |
180 | - echo sprintf('<info>Running %s</info>', $commandline) . PHP_EOL; |
|
180 | + echo sprintf('<info>Running %s</info>', $commandline).PHP_EOL; |
|
181 | 181 | exec($commandline, $output, $return); |
182 | 182 | if ($return != 0) |
183 | 183 | throw new \Exception('Returned Error Code '.$return); |