Completed
Push — master ( c70526...35413c )
by Sebastian
05:26
created
src/Backup/Source/Tar.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.