Everything should use Mix.Task.Run

This commit is contained in:
Rin Toshaka 2018-12-05 19:05:37 +01:00
parent facfd03bc1
commit ffec96d8cc

View file

@ -198,7 +198,7 @@ defmodule Mix.Tasks.Pleroma.User do
end
def run(["set", nickname | rest]) do
Application.ensure_all_started(:pleroma)
Mix.Task.run("app.start")
{options, [], []} =
OptionParser.parse(