1
0
Fork 0

Fix missing arg

pull/198/head^2
Jordi Boggiano 2012-01-17 12:10:34 +01:00
parent 3bed815b19
commit d1416a35a2
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class Factory
$binDir = getenv('COMPOSER_BIN_DIR') ?: $packageConfig['config']['bin-dir'];
// initialize repository manager
$rm = $this->createRepositoryManager();
$rm = $this->createRepositoryManager($vendorDir);
// initialize download manager
$dm = $this->createDownloadManager();