Updated fetchPackage method to include authentication
This commit is contained in:
parent
345a215a56
commit
21753364dc
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@
|
|||
|
||||
// First try to fetch a pre-built package from the repository
|
||||
$results = $this->repository_manager->getRepository($input->getRepository())->fetchPackage(
|
||||
$input->getVendor(), $input->getPackage(), $input->getVersion(),
|
||||
$input->getVendor(), $input->getPackage(), $input->getVersion(), $authentication
|
||||
);
|
||||
|
||||
$package_path = $this->downloadFile($results->getUrl(), PathFinder::getCachePath());
|
||||
|
|
Loading…
Add table
Reference in a new issue