From 27530f13ab00d2d5998f0fa92b2bd93497649399 Mon Sep 17 00:00:00 2001 From: Anton Yuzhaninov Date: Sun, 26 Jul 2020 18:12:32 +0100 Subject: [PATCH] [Minor] Fix typo in lua_fuzzy options --- lualib/lua_fuzzy.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lualib/lua_fuzzy.lua b/lualib/lua_fuzzy.lua index fdae76e629..d2733d5d60 100644 --- a/lualib/lua_fuzzy.lua +++ b/lualib/lua_fuzzy.lua @@ -58,7 +58,7 @@ local policy_schema = ts.shape{ scan_archives = ts.boolean, short_text_direct_hash = ts.boolean, text_shingles = ts.boolean, - skip_imagess = ts.boolean, + skip_images = ts.boolean, } @@ -327,4 +327,4 @@ exports.cleanup_rules = function() rules = {} end -return exports \ No newline at end of file +return exports -- 2.47.3