summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-11-29 12:59:03 -0600
committerMark Felder <feld@FreeBSD.org>2020-12-02 10:43:22 -0600
commit53a5ec195239b399c2bc072f754346eba3b3b6b2 (patch)
treedb8ecfcfd939c07b2bc8edaa0641eb8b518cce7e
parent3e6d9187a7b826641a2a105f0b93944c54fdeec3 (diff)
Left public during debugging
-rw-r--r--lib/mix/tasks/pleroma/config.ex4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mix/tasks/pleroma/config.ex b/lib/mix/tasks/pleroma/config.ex
index 3e1449550..a781f3bf1 100644
--- 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
+ defp maybe_atomize(arg) when is_atom(arg), do: arg
- def maybe_atomize(arg) when is_binary(arg) do
+ defp maybe_atomize(arg) when is_binary(arg) do
chars = String.codepoints(arg)
if "." in chars do