|
@@ -138,7 +138,7 @@ class ArchiveManager
|
|
$filesystem->ensureDirectoryExists($sourcePath);
|
|
$filesystem->ensureDirectoryExists($sourcePath);
|
|
|
|
|
|
// Download sources
|
|
// Download sources
|
|
- $this->downloadManager->download($package, $sourcePath, true);
|
|
|
|
|
|
+ $this->downloadManager->download($package, $sourcePath);
|
|
}
|
|
}
|
|
|
|
|
|
// Create the archive
|
|
// Create the archive
|