From: Mark Felder Date: Sun, 29 Nov 2020 18:59:03 +0000 (-0600) Subject: Left public during debugging X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=53a5ec195239b399c2bc072f754346eba3b3b6b2;p=akkoma Left public during debugging --- 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