diff options
author | rinpatch <rinpatch@sdf.org> | 2020-04-12 18:49:31 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-04-12 18:49:31 +0300 |
commit | 2ba754ffe11b98305e0c0607fec7ca4d510aa67f (patch) | |
tree | b50cbf31cb919253e9acd6f1e558c19e6a825f5e /lib/mix/pleroma.ex | |
parent | fc4f92c5de54f4a427fb0fccbd4e64a72344ac6f (diff) | |
download | pleroma-2ba754ffe11b98305e0c0607fec7ca4d510aa67f.tar.gz pleroma-2ba754ffe11b98305e0c0607fec7ca4d510aa67f.zip |
Fix mix tasks failing on OTP releases
No idea why this was even added.
Closes #1678
Diffstat (limited to 'lib/mix/pleroma.ex')
-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 |