1
0
Fork 0

removes hardcoded "prefer-source" in ArchiveManage when calling

DownloadManager
pull/2153/head
Renan de Lima 2013-07-22 10:43:47 -03:00
parent d17935acd2
commit e06f0f1233
1 changed files with 1 additions and 1 deletions

View File

@ -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