@@ -141,10 +141,10 @@ |
||
| 141 | 141 | |
| 142 | 142 | $this->executable = new Executable\Tar($this->pathToTar); |
| 143 | 143 | $this->executable->archiveDirectory($this->path) |
| 144 | - ->useCompression($this->compression) |
|
| 145 | - ->ignoreFailedReads($this->ignoreFailedReads) |
|
| 146 | - ->removeSourceDirectory($this->removeSourceDir) |
|
| 147 | - ->archiveTo($this->pathToArchive); |
|
| 144 | + ->useCompression($this->compression) |
|
| 145 | + ->ignoreFailedReads($this->ignoreFailedReads) |
|
| 146 | + ->removeSourceDirectory($this->removeSourceDir) |
|
| 147 | + ->archiveTo($this->pathToArchive); |
|
| 148 | 148 | } |
| 149 | 149 | return $this->executable; |
| 150 | 150 | } |