diff --git a/scripts/elixir/update_packages_list.exs b/scripts/elixir/update_packages_list.exs index d38828222..665c9b108 100644 --- a/scripts/elixir/update_packages_list.exs +++ b/scripts/elixir/update_packages_list.exs @@ -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