Completed
Push — master ( 57c54d...9135e7 )
by Sebastian
03:47
created
src/Cli/Process.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -125,8 +125,8 @@
 block discarded – undo
125 125
             throw new Exception('no command to execute');
126 126
         }
127 127
         $cmd = ($amount > 1 ? '(' . implode(' && ', $this->commands) . ')' : $this->commands[0])
128
-             . $this->getPipeline()
129
-             . (!empty($this->redirectOutput) ? ' > ' . $this->redirectOutput : '');
128
+                . $this->getPipeline()
129
+                . (!empty($this->redirectOutput) ? ' > ' . $this->redirectOutput : '');
130 130
 
131 131
         return $cmd;
132 132
     }
Please login to merge, or discard this patch.