aboutsummaryrefslogtreecommitdiff
path: root/lib/mix/tasks
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-11-27 12:32:53 -0600
committerMark Felder <feld@FreeBSD.org>2020-12-02 10:43:22 -0600
commita51da3c1d8355de0747605608fc929f5fa345b3f (patch)
treee5de876e1bd190ab078628f604589a7c3202635e /lib/mix/tasks
parent2e87378051e311c85926adfae4290189747d0bc2 (diff)
downloadpleroma-a51da3c1d8355de0747605608fc929f5fa345b3f.tar.gz
Sort output by group
Not the best sorting, but better than nothing.
Diffstat (limited to 'lib/mix/tasks')
-rw-r--r--lib/mix/tasks/pleroma/config.ex1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mix/tasks/pleroma/config.ex b/lib/mix/tasks/pleroma/config.ex
index 3c94f1f5f..76753e13c 100644
--- a/lib/mix/tasks/pleroma/config.ex
+++ b/lib/mix/tasks/pleroma/config.ex
@@ -40,6 +40,7 @@ defmodule Mix.Tasks.Pleroma.Config do
ConfigDB
|> Repo.all()
+ |> Enum.sort()
|> Enum.each(&dump(&1))
else
_ -> configdb_not_enabled()