summaryrefslogtreecommitdiffstats
path: root/lualib/rspamadm/confighelp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lualib/rspamadm/confighelp.lua')
-rw-r--r--lualib/rspamadm/confighelp.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lualib/rspamadm/confighelp.lua b/lualib/rspamadm/confighelp.lua
index a03578b6e..8f0fd2b7d 100644
--- a/lualib/rspamadm/confighelp.lua
+++ b/lualib/rspamadm/confighelp.lua
@@ -7,8 +7,8 @@ local known_attrs = {
default = 1,
}
-local getopt = require "rspamadm/getopt"
-local ansicolors = require "rspamadm/ansicolors"
+local getopt = require "getopt"
+local ansicolors = require "ansicolors"
local function maybe_print_color(key)
if not opts['no-color'] then