projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
570a923
)
Ensure scary warning starts on a new line
author
Mark Felder
<feld@FreeBSD.org>
Sat, 28 Nov 2020 18:05:01 +0000
(12:05 -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 0c8170c9c1c0823e366c3de993e4f4f6d04a21b9..fe0cd81f8c2a53d91ea6587fad362c021b662cc3 100644
(file)
--- 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("
\n
THIS 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;")