Test Failed
Push — master ( 5cecc5...0ea38b )
by Joe
01:59
created
src/Plugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -177,7 +177,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.