]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Sigh, another paths fix
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 20 Dec 2018 21:18:17 +0000 (21:18 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 20 Dec 2018 21:18:17 +0000 (21:18 +0000)
lualib/lua_scanners/init.lua

index 16c5a589df255cec160f0e19f4631875a74da9d1..9937fd73fc6354070b01f30168d07171465d66a0 100644 (file)
@@ -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