From: rinpatch Date: Sun, 12 Apr 2020 15:49:31 +0000 (+0300) Subject: Fix mix tasks failing on OTP releases X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=2ba754ffe11b98305e0c0607fec7ca4d510aa67f;p=akkoma Fix mix tasks failing on OTP releases No idea why this was even added. Closes #1678 --- diff --git a/lib/mix/pleroma.ex b/lib/mix/pleroma.ex index 4dfcc32e7..3ad6edbfb 100644 --- a/lib/mix/pleroma.ex +++ b/lib/mix/pleroma.ex @@ -5,7 +5,6 @@ defmodule Mix.Pleroma do @doc "Common functions to be reused in mix tasks" def start_pleroma do - Mix.Task.run("app.start") Application.put_env(:phoenix, :serve_endpoints, false, persistent: true) if Pleroma.Config.get(:env) != :test do