From: Rin Toshaka Date: Sun, 2 Dec 2018 09:01:17 +0000 (+0100) Subject: Lint fix X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=31b3ac05accd3bc56f6663fad554ad67baf0c549;p=akkoma Lint fix --- diff --git a/lib/mix/tasks/pleroma/user.ex b/lib/mix/tasks/pleroma/user.ex index 40d920866..d7a6be844 100644 --- a/lib/mix/tasks/pleroma/user.ex +++ b/lib/mix/tasks/pleroma/user.ex @@ -112,7 +112,6 @@ defmodule Mix.Tasks.Pleroma.User do if generated_password? do run(["reset_password", nickname]) end - else Mix.shell().info("User will not be created.") end