mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-12-18 07:48:19 +00:00
Sort output by group
Not the best sorting, but better than nothing.
This commit is contained in:
parent
2e87378051
commit
a51da3c1d8
|
@ -40,6 +40,7 @@ defmodule Mix.Tasks.Pleroma.Config do
|
|||
|
||||
ConfigDB
|
||||
|> Repo.all()
|
||||
|> Enum.sort()
|
||||
|> Enum.each(&dump(&1))
|
||||
else
|
||||
_ -> configdb_not_enabled()
|
||||
|
|
Loading…
Reference in a new issue