forked from AkkomaGang/akkoma
Lint
This commit is contained in:
parent
442fe3cd45
commit
d1cd3f4ec0
1 changed files with 4 additions and 1 deletions
|
@ -105,7 +105,10 @@ defp migrate_from_db(opts) 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