From c7cfd2308243f49291ee55d40537f9841c4396e0 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 20 Dec 2018 21:18:17 +0000 Subject: [PATCH] [Minor] Sigh, another paths fix --- lualib/lua_scanners/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lualib/lua_scanners/init.lua b/lualib/lua_scanners/init.lua index 16c5a589d..9937fd73f 100644 --- a/lualib/lua_scanners/init.lua +++ b/lualib/lua_scanners/init.lua @@ -20,7 +20,7 @@ limitations under the License. --]] local exports = { - antivirus = require "lua_antivirus", + antivirus = require "lua_scanners/lua_antivirus", } return exports \ No newline at end of file -- 2.39.5