We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc4d4dd commit fb19e04Copy full SHA for fb19e04
Repository/Util.php
@@ -35,6 +35,7 @@ class Util
35
*/
36
public static function addRepository(IOInterface $io, RepositoryManager $rm, array &$repos, $name, array $repoConfig, Pool $pool = null)
37
{
38
+ $repoConfig['name'] = $name;
39
$repo = $rm->createRepository($repoConfig['type'], $repoConfig);
40
static::addRepositoryInstance($io, $rm, $repos, $name, $repo, $pool);
41
}
0 commit comments