rm_user: also ensure that cache is running.

This commit is contained in:
eal 2018-04-18 17:52:25 +03:00
parent 8b5ea91f68
commit b586ead6b8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ defmodule Mix.Tasks.RmUser do
@shortdoc "Permanently delete a user"
def run([nickname]) do
ensure_started(Repo, [])
Mix.Task.run("app.start")
with %User{local: true} = user <- User.get_by_nickname(nickname) do
User.delete(user)