aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-07-13 10:32:17 -0500
committerMark Felder <feld@FreeBSD.org>2020-07-13 10:32:17 -0500
commitd1cd3f4ec06214dc85e11dca30f193ee7d093488 (patch)
tree4ad1b73b66411429ccaeac4bc538c0f4e87b7645
parent442fe3cd45edceda746e8c62056670c4d698aa0f (diff)
downloadpleroma-d1cd3f4ec06214dc85e11dca30f193ee7d093488.tar.gz
Lint
-rw-r--r--lib/mix/tasks/pleroma/config.ex5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/mix/tasks/pleroma/config.ex b/lib/mix/tasks/pleroma/config.ex
index 7e2164181..904c5a74b 100644
--- a/lib/mix/tasks/pleroma/config.ex
+++ b/lib/mix/tasks/pleroma/config.ex
@@ -105,7 +105,10 @@ defmodule Mix.Tasks.Pleroma.Config do
:ok = File.close(file)
System.cmd("mix", ["format", config_path])
- shell_info("Database configuration settings have been exported to config/#{env}.exported_from_db.secret.exs")
+
+ shell_info(
+ "Database configuration settings have been exported to config/#{env}.exported_from_db.secret.exs"
+ )
else
migration_error()
end