Browse Source

Lint

chores/our-libs-hex-releases
Mark Felder 4 years ago
parent
commit
d1cd3f4ec0
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      lib/mix/tasks/pleroma/config.ex

+ 4
- 1
lib/mix/tasks/pleroma/config.ex 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


Loading…
Cancel
Save