diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-12-20 21:18:17 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-12-20 21:18:17 +0000 |
commit | c7cfd2308243f49291ee55d40537f9841c4396e0 (patch) | |
tree | 1ea966cb9d7c20f98bb8afeca9274309332b7616 /lualib | |
parent | 2bbea1402ce5efa34c8c09e77f9ab6db8b4d8879 (diff) | |
download | rspamd-c7cfd2308243f49291ee55d40537f9841c4396e0.tar.gz rspamd-c7cfd2308243f49291ee55d40537f9841c4396e0.zip |
[Minor] Sigh, another paths fix
Diffstat (limited to 'lualib')
-rw-r--r-- | lualib/lua_scanners/init.lua | 2 |
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 |