Skip to content

Commit fb19e04

Browse files
Fix undefined index name in Asset VCS Repository
1 parent dc4d4dd commit fb19e04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Repository/Util.php

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class Util
3535
*/
3636
public static function addRepository(IOInterface $io, RepositoryManager $rm, array &$repos, $name, array $repoConfig, Pool $pool = null)
3737
{
38+
$repoConfig['name'] = $name;
3839
$repo = $rm->createRepository($repoConfig['type'], $repoConfig);
3940
static::addRepositoryInstance($io, $rm, $repos, $name, $repo, $pool);
4041
}

0 commit comments

Comments
 (0)