projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
442fe3c
)
Lint
author
Mark Felder
<feld@FreeBSD.org>
Mon, 13 Jul 2020 15:32:17 +0000
(10:32 -0500)
committer
Mark Felder
<feld@FreeBSD.org>
Mon, 13 Jul 2020 15:32:17 +0000
(10:32 -0500)
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 7e21641815a8bc1d871ee75814779db56e793bcb..904c5a74b731e68a9f2a20560716d35a58ae01c4 100644
(file)
--- 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