From: Vsevolod Stakhov Date: Thu, 20 Dec 2018 21:18:17 +0000 (+0000) Subject: [Minor] Sigh, another paths fix X-Git-Tag: 1.9.0~390 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7cfd2308243f49291ee55d40537f9841c4396e0;p=thirdparty%2Frspamd.git [Minor] Sigh, another paths fix --- diff --git a/lualib/lua_scanners/init.lua b/lualib/lua_scanners/init.lua index 16c5a589df..9937fd73fc 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