aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_debug_reset.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mod_debug_reset.lua')
-rw-r--r--plugins/mod_debug_reset.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mod_debug_reset.lua b/plugins/mod_debug_reset.lua
index 13b0dedd..9ff465eb 100644
--- a/plugins/mod_debug_reset.lua
+++ b/plugins/mod_debug_reset.lua
@@ -5,9 +5,9 @@
module:set_global();
-local hostmanager = require "core.hostmanager";
+local hostmanager = require "prosody.core.hostmanager";
-local timer = require "util.timer";
+local timer = require "prosody.util.timer";
local function do_reset()
module:log("info", "Performing reset...");