forked from AkkomaGang/akkoma
Everything should use Mix.Task.Run
This commit is contained in:
parent
facfd03bc1
commit
ffec96d8cc
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ def run(["unsubscribe", nickname]) do
|
|||
end
|
||||
|
||||
def run(["set", nickname | rest]) do
|
||||
Application.ensure_all_started(:pleroma)
|
||||
Mix.Task.run("app.start")
|
||||
|
||||
{options, [], []} =
|
||||
OptionParser.parse(
|
||||
|
|
Loading…
Reference in a new issue