diff options
author | rinpatch <rinpatch@sdf.org> | 2020-04-12 16:00:15 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-04-12 16:00:15 +0000 |
commit | 7ee35eb9a6a55ef610eb02a04a33f67e5921cff3 (patch) | |
tree | 6c1034632e748c7fc75f8063fff20084d224615c /lib | |
parent | 5e365448f3fed98da0395ad69c9325795a85a12d (diff) | |
parent | 2ba754ffe11b98305e0c0607fec7ca4d510aa67f (diff) | |
download | pleroma-7ee35eb9a6a55ef610eb02a04a33f67e5921cff3.tar.gz |
Merge branch 'fix/mix-tasks-failing-otp' into 'develop'
Fix mix tasks failing on OTP releases
Closes #1678
See merge request pleroma/pleroma!2369
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mix/pleroma.ex | 1 |
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 |