From e520a4c78dadb813aac510198e6e5e89280d5fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Mon, 5 Aug 2019 10:55:30 +0200 Subject: [PATCH] Adopt mix task to changes in ejabberd_config --- lib/mix/tasks/deps.tree.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"