Browse Source

set_moderator: ensureall applications are started.

tags/v0.9.9
eal 6 years ago
parent
commit
3326205f95
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/mix/tasks/make_moderator.ex

+ 1
- 1
lib/mix/tasks/make_moderator.ex View File

@@ -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


Loading…
Cancel
Save