Skip to content
Snippets Groups Projects
Commit 3326205f authored by eal's avatar eal
Browse files

set_moderator: ensureall applications are started.

parent 958cf5da
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ defmodule Mix.Tasks.SetModerator do
@shortdoc "Set moderator status"
def run([nickname | rest]) do
ensure_started(Repo, [])
Application.ensure_all_started(:pleroma)
moderator =
case rest do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment