Skip to content

Commit

Permalink
fix orgs priorities
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-hek committed Jul 9, 2024
1 parent 45ac2a3 commit d517046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/elixir/update_packages_list.exs
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ repos =
|> Enum.take_while(&(&1 != []))
|> Enum.flat_map(& &1)
end)
|> Enum.reverse()
|> Map.new(&{&1.name, &1})

# find repos from the membraneframework organization that aren't in the list
Expand Down

0 comments on commit d517046

Please sign in to comment.