Adopt mix task to changes in ejabberd_config

This commit is contained in:
Paweł Chmielowski 2019-08-05 10:55:30 +02:00
parent c2d97854e3
commit e520a4c78d
1 changed files with 1 additions and 1 deletions

View File

@ -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"