Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jun 22, 2023
1 parent 120710c commit 13399b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identifier-extractor/merge.php
Expand Up @@ -57,7 +57,7 @@
foreach ($repos as $repo => $urls) {
$urls = array_values(array_unique($urls));
sort($urls);
$dataByIdentifier[$identifier][$class][$repo] = $urls;
$repos[$repo] = $urls;
}

ksort($repos);
Expand Down

0 comments on commit 13399b2

Please sign in to comment.