@@ -170,11 +170,11 @@ |
||
170 | 170 | |
171 | 171 | $executable = new Executable\Tar($this->pathToTar); |
172 | 172 | $executable->archiveDirectory($this->path) |
173 | - ->useCompression($this->compression) |
|
174 | - ->useCompressProgram($this->compressProgram) |
|
175 | - ->ignoreFailedRead($this->ignoreFailedRead) |
|
176 | - ->removeSourceDirectory($this->removeSourceDir) |
|
177 | - ->archiveTo($this->pathToArchive); |
|
173 | + ->useCompression($this->compression) |
|
174 | + ->useCompressProgram($this->compressProgram) |
|
175 | + ->ignoreFailedRead($this->ignoreFailedRead) |
|
176 | + ->removeSourceDirectory($this->removeSourceDir) |
|
177 | + ->archiveTo($this->pathToArchive); |
|
178 | 178 | // add paths to exclude |
179 | 179 | foreach ($this->excludes as $path) { |
180 | 180 | $executable->addExclude($path); |