@@ -183,13 +183,13 @@ |
||
183 | 183 | |
184 | 184 | $executable = new Executable\Tar($this->pathToTar); |
185 | 185 | $executable->archiveDirectory($this->path) |
186 | - ->useCompression($this->compression) |
|
187 | - ->useCompressProgram($this->compressProgram) |
|
188 | - ->forceLocal($this->forceLocal) |
|
189 | - ->ignoreFailedRead($this->ignoreFailedRead) |
|
190 | - ->removeSourceDirectory($this->removeSourceDir) |
|
191 | - ->throttle($this->throttle) |
|
192 | - ->archiveTo($this->pathToArchive); |
|
186 | + ->useCompression($this->compression) |
|
187 | + ->useCompressProgram($this->compressProgram) |
|
188 | + ->forceLocal($this->forceLocal) |
|
189 | + ->ignoreFailedRead($this->ignoreFailedRead) |
|
190 | + ->removeSourceDirectory($this->removeSourceDir) |
|
191 | + ->throttle($this->throttle) |
|
192 | + ->archiveTo($this->pathToArchive); |
|
193 | 193 | // add paths to exclude |
194 | 194 | foreach ($this->excludes as $path) { |
195 | 195 | $executable->addExclude($path); |