24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-09-07 13:35:42 +02:00

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

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"