aboutsummaryrefslogtreecommitdiff
path: root/lib/mix
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2019-08-05 10:55:30 +0200
committerPaweł Chmielowski <pchmielowski@process-one.net>2019-08-05 10:55:30 +0200
commite520a4c78dadb813aac510198e6e5e89280d5fbf (patch)
treed27da3e985719962918e2b5d994a80e678390175 /lib/mix
parentBump version in mix.exs (diff)
Adopt mix task to changes in ejabberd_config
Diffstat (limited to 'lib/mix')
-rw-r--r--lib/mix/tasks/deps.tree.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mix/tasks/deps.tree.ex b/lib/mix/tasks/deps.tree.ex
index 9937270cd..a3439c40b 100644
--- a/lib/mix/tasks/deps.tree.ex
+++ b/lib/mix/tasks/deps.tree.ex
@@ -15,7 +15,7 @@ defmodule Mix.Tasks.Ejabberd.Deps.Tree do
# First we need to start manually the store to be available
# during the compilation of the config file.
Ejabberd.Config.Store.start_link
- Ejabberd.Config.init(:ejabberd_config.get_ejabberd_config_path())
+ Ejabberd.Config.init(:ejabberd_config.path())
Mix.shell.info "ejabberd modules"