From d51704660a228f20c285076776d6db60628126fa Mon Sep 17 00:00:00 2001 From: Mateusz Front Date: Tue, 9 Jul 2024 10:28:49 +0200 Subject: [PATCH] fix orgs priorities --- scripts/elixir/update_packages_list.exs | 1 + 1 file changed, 1 insertion(+) 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