projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc4f92c
)
Fix mix tasks failing on OTP releases
author
rinpatch
<rinpatch@sdf.org>
Sun, 12 Apr 2020 15:49:31 +0000
(18:49 +0300)
committer
rinpatch
<rinpatch@sdf.org>
Sun, 12 Apr 2020 15:49:31 +0000
(18:49 +0300)
No idea why this was even added.
Closes #1678
lib/mix/pleroma.ex
patch
|
blob
|
history
diff --git
a/lib/mix/pleroma.ex
b/lib/mix/pleroma.ex
index 4dfcc32e78cbf2a4c7c09b618435675949ff01ac..3ad6edbfbb659d5830d4abb2ce83d0e82b038b16 100644
(file)
--- 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