From 3e23058a2d6453edd47838b6e9c24b4816ecc80c Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 6 Feb 2025 14:45:56 +0000 Subject: prosodyctl: reload: Remove redundant require --- prosodyctl | 1 - 1 file changed, 1 deletion(-) (limited to 'prosodyctl') diff --git a/prosodyctl b/prosodyctl index 305a0e4d..9437dae1 100755 --- a/prosodyctl +++ b/prosodyctl @@ -510,7 +510,6 @@ function commands.reload(arg) if shell.available() then if arg[1] and arg[1]:match"^mod_" then -- TODO reword the usage text, document - local shell = require "prosody.util.prosodyctl.shell"; arg[1] = arg[1]:match("^mod_(.*)"); -- strip mod_ prefix table.insert(arg, 1, "module"); table.insert(arg, 2, "reload"); -- cgit v1.2.3