removes hardcoded "prefer-source" in ArchiveManage when calling
DownloadManagerpull/2153/head
parent
d17935acd2
commit
e06f0f1233
|
@ -138,7 +138,7 @@ class ArchiveManager
|
|||
$filesystem->ensureDirectoryExists($sourcePath);
|
||||
|
||||
// Download sources
|
||||
$this->downloadManager->download($package, $sourcePath, true);
|
||||
$this->downloadManager->download($package, $sourcePath);
|
||||
}
|
||||
|
||||
// Create the archive
|
||||
|
|
Loading…
Reference in New Issue