@@ -194,14 +194,14 @@ |
||
| 194 | 194 | |
| 195 | 195 | $executable = new Executable\Tar($this->pathToTar); |
| 196 | 196 | $executable->archiveDirectory($this->path) |
| 197 | - ->useCompression($this->compression) |
|
| 198 | - ->useCompressProgram($this->compressProgram) |
|
| 199 | - ->forceLocal($this->forceLocal) |
|
| 200 | - ->ignoreFailedRead($this->ignoreFailedRead) |
|
| 201 | - ->removeSourceDirectory($this->removeSourceDir) |
|
| 202 | - ->throttle($this->throttle) |
|
| 203 | - ->archiveTo($this->pathToArchive) |
|
| 204 | - ->dereference($this->dereference); |
|
| 197 | + ->useCompression($this->compression) |
|
| 198 | + ->useCompressProgram($this->compressProgram) |
|
| 199 | + ->forceLocal($this->forceLocal) |
|
| 200 | + ->ignoreFailedRead($this->ignoreFailedRead) |
|
| 201 | + ->removeSourceDirectory($this->removeSourceDir) |
|
| 202 | + ->throttle($this->throttle) |
|
| 203 | + ->archiveTo($this->pathToArchive) |
|
| 204 | + ->dereference($this->dereference); |
|
| 205 | 205 | // add paths to exclude |
| 206 | 206 | foreach ($this->excludes as $path) { |
| 207 | 207 | $executable->addExclude($path); |