summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-04-12 18:49:31 +0300
committerrinpatch <rinpatch@sdf.org>2020-04-12 18:49:31 +0300
commit2ba754ffe11b98305e0c0607fec7ca4d510aa67f (patch)
treeb50cbf31cb919253e9acd6f1e558c19e6a825f5e
parentfc4f92c5de54f4a427fb0fccbd4e64a72344ac6f (diff)
Fix mix tasks failing on OTP releases
No idea why this was even added. Closes #1678
-rw-r--r--lib/mix/pleroma.ex1
1 files changed, 0 insertions, 1 deletions
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