aboutsummaryrefslogtreecommitdiffstats
path: root/lualib/lua_selectors/extractors.lua
diff options
context:
space:
mode:
authorGregor Dschung <gregor@chkpnt.de>2020-04-19 11:13:55 +0200
committerGregor Dschung <gregor@chkpnt.de>2020-04-19 11:13:55 +0200
commit7a55c51038fa71b4229c4cfbf3cd14044aeb1bc1 (patch)
treee3e1eac64dd14e5ea8569c564e0fa461d5063d42 /lualib/lua_selectors/extractors.lua
parent7f2cdca0bba88179d8a5cb0b621eb263964525a2 (diff)
downloadrspamd-7a55c51038fa71b4229c4cfbf3cd14044aeb1bc1.tar.gz
rspamd-7a55c51038fa71b4229c4cfbf3cd14044aeb1bc1.zip
[Minor] Pet luacheck
Diffstat (limited to 'lualib/lua_selectors/extractors.lua')
-rw-r--r--lualib/lua_selectors/extractors.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/lualib/lua_selectors/extractors.lua b/lualib/lua_selectors/extractors.lua
index 695371e79..c01a07f4b 100644
--- a/lualib/lua_selectors/extractors.lua
+++ b/lualib/lua_selectors/extractors.lua
@@ -423,7 +423,8 @@ The first argument must be header name.]],
return symbol[1],'table'
end
end,
- ['description'] = [[Get specific symbol. The first argument must be the symbol name. Returns the symbol table. See task:get_symbol()]],
+ ['description'] = 'Get specific symbol. The first argument must be the symbol name. ' ..
+ 'Returns the symbol table. See task:get_symbol()',
['args_schema'] = {ts.string}
},