@@ -57,7 +57,7 @@ |
||
| 57 | 57 | $command = $this->getCommand(); |
| 58 | 58 | |
| 59 | 59 | if ($this->getOutput()) { |
| 60 | - $command .= ' > ' . $this->getOutput() . ' 2>&1'; |
|
| 60 | + $command .= ' > '.$this->getOutput().' 2>&1'; |
|
| 61 | 61 | } |
| 62 | 62 | |
| 63 | 63 | return $command; |