commit c7cfd23: [Minor] Sigh, another paths fix
Vsevolod Stakhov
vsevolod at highsecure.ru
Thu Dec 27 18:28:12 UTC 2018
Author: Vsevolod Stakhov
Date: 2018-12-20 21:18:17 +0000
URL: https://github.com/rspamd/rspamd/commit/c7cfd2308243f49291ee55d40537f9841c4396e0
[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
More information about the Commits
mailing list