From: Paweł Chmielowski Date: Mon, 5 Aug 2019 08:55:30 +0000 (+0200) Subject: Adopt mix task to changes in ejabberd_config X-Git-Tag: 19.08~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e520a4c78dadb813aac510198e6e5e89280d5fbf;p=ejabberd Adopt mix task to changes in ejabberd_config --- 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"