This commit is contained in:
Mark Felder 2020-07-13 10:32:17 -05:00
parent 442fe3cd45
commit d1cd3f4ec0
1 changed files with 4 additions and 1 deletions

View File

@ -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