Start :ssl if not started when running migration or rollback
[akkoma] / lib / mix / tasks / pleroma / config.ex
index 7e21641815a8bc1d871ee75814779db56e793bcb..904c5a74b731e68a9f2a20560716d35a58ae01c4 100644 (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