aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xprosodyctl2
1 files changed, 2 insertions, 0 deletions
diff --git a/prosodyctl b/prosodyctl
index 1c82d458..9f51cb68 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -32,6 +32,8 @@ end
-- Required to be able to find packages installed with luarocks
pcall(require, "luarocks.require")
+require "util.dependencies"
+
config = require "core.configmanager"
do