projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e6d918
)
Left public during debugging
author
Mark Felder
<feld@FreeBSD.org>
Sun, 29 Nov 2020 18:59:03 +0000
(12:59 -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 3e144955054a18a179d7ba23f065f267483a4fcf..a781f3bf12c7da9bcd0c2e4d567f363e8d5e9e02 100644
(file)
--- a/
lib/mix/tasks/pleroma/config.ex
+++ b/
lib/mix/tasks/pleroma/config.ex
@@
-355,9
+355,9
@@
defmodule Mix.Tasks.Pleroma.Config do
end
end
- def maybe_atomize(arg) when is_atom(arg), do: arg
+ def
p
maybe_atomize(arg) when is_atom(arg), do: arg
- def maybe_atomize(arg) when is_binary(arg) do
+ def
p
maybe_atomize(arg) when is_binary(arg) do
chars = String.codepoints(arg)
if "." in chars do