Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2019-08-05 11:55:30 +0300
committerPaweł Chmielowski <pchmielowski@process-one.net>2019-08-05 11:55:30 +0300
commite520a4c78dadb813aac510198e6e5e89280d5fbf (patch)
treed27da3e985719962918e2b5d994a80e678390175 /lib
parentc2d97854e36498d91f8c1a70ffa01e706444e5e2 (diff)
Adopt mix task to changes in ejabberd_config
Diffstat (limited to 'lib')
-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"