aboutsummaryrefslogtreecommitdiffstats
path: root/lualib
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-12-20 21:18:17 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-12-20 21:18:17 +0000
commitc7cfd2308243f49291ee55d40537f9841c4396e0 (patch)
tree1ea966cb9d7c20f98bb8afeca9274309332b7616 /lualib
parent2bbea1402ce5efa34c8c09e77f9ab6db8b4d8879 (diff)
downloadrspamd-c7cfd2308243f49291ee55d40537f9841c4396e0.tar.gz
rspamd-c7cfd2308243f49291ee55d40537f9841c4396e0.zip
[Minor] Sigh, another paths fix
Diffstat (limited to 'lualib')
-rw-r--r--lualib/lua_scanners/init.lua2
1 files changed, 1 insertions, 1 deletions
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