|
@@ -161,10 +161,10 @@ |
|
|
block discarded – undo |
|
161
|
161
|
|
|
162
|
162
|
$executable = new Executable\Tar($this->pathToTar); |
|
163
|
163
|
$executable->archiveDirectory($this->path) |
|
164
|
|
- ->useCompression($this->compression) |
|
165
|
|
- ->ignoreFailedRead($this->ignoreFailedRead) |
|
166
|
|
- ->removeSourceDirectory($this->removeSourceDir) |
|
167
|
|
- ->archiveTo($this->pathToArchive); |
|
|
164
|
+ ->useCompression($this->compression) |
|
|
165
|
+ ->ignoreFailedRead($this->ignoreFailedRead) |
|
|
166
|
+ ->removeSourceDirectory($this->removeSourceDir) |
|
|
167
|
+ ->archiveTo($this->pathToArchive); |
|
168
|
168
|
// add paths to exclude |
|
169
|
169
|
foreach ($this->excludes as $path) { |
|
170
|
170
|
$executable->addExclude($path); |
Please login to merge, or discard this patch.