@@ -132,9 +132,9 @@ |
||
| 132 | 132 | |
| 133 | 133 | $this->executable = new Executable\Tar($this->pathToTar); |
| 134 | 134 | $this->executable->archiveDirectory($this->path) |
| 135 | - ->useCompression($this->compression) |
|
| 136 | - ->removeSourceDirectory($this->removeSourceDir) |
|
| 137 | - ->archiveTo($this->pathToArchive); |
|
| 135 | + ->useCompression($this->compression) |
|
| 136 | + ->removeSourceDirectory($this->removeSourceDir) |
|
| 137 | + ->archiveTo($this->pathToArchive); |
|
| 138 | 138 | } |
| 139 | 139 | return $this->executable; |
| 140 | 140 | } |