Skip to content

Commit

Permalink
Fix undefined index name in Asset VCS Repository
Browse files Browse the repository at this point in the history
  • Loading branch information
francoispluchino committed Oct 12, 2016
1 parent dc4d4dd commit fb19e04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Repository/Util.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class Util
*/
public static function addRepository(IOInterface $io, RepositoryManager $rm, array &$repos, $name, array $repoConfig, Pool $pool = null)
{
$repoConfig['name'] = $name;
$repo = $rm->createRepository($repoConfig['type'], $repoConfig);
static::addRepositoryInstance($io, $rm, $repos, $name, $repo, $pool);
}
Expand Down

0 comments on commit fb19e04

Please sign in to comment.