@@ -146,7 +146,7 @@ |
||
146 | 146 | $result->debug($tar->getCmdPrintable()); |
147 | 147 | |
148 | 148 | if (!$tar->isSuccessful() && !$this->onlyAcceptedWarnings($tar)) { |
149 | - throw new Exception('tar failed: ' . $tar->getStdErr()); |
|
149 | + throw new Exception('tar failed: '.$tar->getStdErr()); |
|
150 | 150 | } |
151 | 151 | |
152 | 152 | return $this->createStatus($target); |