Lint
authorMark Felder <feld@FreeBSD.org>
Mon, 13 Jul 2020 15:32:17 +0000 (10:32 -0500)
committerMark Felder <feld@FreeBSD.org>
Mon, 13 Jul 2020 15:32:17 +0000 (10:32 -0500)
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