mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 19:29:11 +00:00
Lint
This commit is contained in:
parent
442fe3cd45
commit
d1cd3f4ec0
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue