projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bdfcf1
)
Both are really atoms
author
Mark Felder
<feld@FreeBSD.org>
Fri, 27 Nov 2020 22:32:32 +0000
(16:32 -0600)
committer
Mark Felder
<feld@FreeBSD.org>
Wed, 2 Dec 2020 16:43:22 +0000
(10:43 -0600)
lib/mix/tasks/pleroma/config.ex
patch
|
blob
|
history
diff --git
a/lib/mix/tasks/pleroma/config.ex
b/lib/mix/tasks/pleroma/config.ex
index 7ab15e60be07708271a4a9b93868763ec94977e3..a7c307f7784743d0d8fd7060a392b8b2b28a6ba6 100644
(file)
--- a/
lib/mix/tasks/pleroma/config.ex
+++ b/
lib/mix/tasks/pleroma/config.ex
@@
-337,7
+337,7
@@
defmodule Mix.Tasks.Pleroma.Config do
)
end
- defp dump_key(group, key) when is_atom(group)
and is_atom(key) do
+ defp dump_key(group, key) when is_atom(group) and is_atom(key) do
ConfigDB
|> Repo.all()
|> Enum.filter(fn x ->