logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: d0cb73527f1bc21aa6bb6d21bfcdf58c406c5b0c
parent 570a923a3b77edc98c18c0cfb60e3a2d7bf2b2e8
Author: Mark Felder <feld@FreeBSD.org>
Date:   Sat, 28 Nov 2020 12:05:01 -0600

Ensure scary warning starts on a new line

Diffstat:

Mlib/mix/tasks/pleroma/config.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/mix/tasks/pleroma/config.ex b/lib/mix/tasks/pleroma/config.ex @@ -138,7 +138,7 @@ defmodule Mix.Tasks.Pleroma.Config do |> Enum.sort() |> Enum.each(&dump(&1)) - shell_error("THIS CANNOT BE UNDONE!") + shell_error("\nTHIS CANNOT BE UNDONE!") if shell_prompt("Are you sure you want to continue?", "n") in ~w(Yn Y y) do Ecto.Adapters.SQL.query!(Repo, "TRUNCATE config;")