Merge branch 'develop' into activation-meta
[akkoma] / lib / mix / tasks / pleroma / config.ex
index 65691f9c1df91c1d982a3494371d37e842a0a936..d5129d410b8c9cde9cc5b38208344b4e2a334c0a 100644 (file)
@@ -52,7 +52,7 @@ defmodule Mix.Tasks.Pleroma.Config do
 
   defp do_migrate_to_db(config_file) do
     if File.exists?(config_file) do
-      shell_info("Running migrate settings from file: #{Path.expand(config_file)}")
+      shell_info("Migrating settings from file: #{Path.expand(config_file)}")
       Ecto.Adapters.SQL.query!(Repo, "TRUNCATE config;")
       Ecto.Adapters.SQL.query!(Repo, "ALTER SEQUENCE config_id_seq RESTART;")