CI: Bump lint stage to elixir-1.12
[akkoma] / lib / mix / tasks / pleroma / config.ex
index 22502a522a332a0df28e55ec947ca559cfe0d3be..05ff8076fe34f94709d985e8515fa64e55527fae 100644 (file)
@@ -286,9 +286,7 @@ defmodule Mix.Tasks.Pleroma.Config do
         file = File.open!(tmp_config_path)
 
         shell_info(
-          "Saving database configuration settings to #{tmp_config_path}. Copy it to the #{
-            Path.dirname(config_path)
-          } manually."
+          "Saving database configuration settings to #{tmp_config_path}. Copy it to the #{Path.dirname(config_path)} manually."
         )
 
         write_config(file, tmp_config_path, opts)