From dbf9a072d71263c1f9984dba3593fefc0ae0cd85 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sat, 11 Mar 2023 10:38:02 +0330 Subject: fixed the docstring for detect-secrets --- lclipd.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lclipd.lua b/lclipd.lua index 49a00bf..c27ce30 100755 --- a/lclipd.lua +++ b/lclipd.lua @@ -89,9 +89,9 @@ insert into lclipd(content,dateAdded) values('XXX', unixepoch()); ]=] local detect_secrets_cmd = [=[ -detect-secrets scan --string <<- STR +detect-secrets scan --string <<- STR | grep -v False XXX -STR | grep -v False +STR ]=] local tmp_dir = "/tmp/lclipd" -- cgit v1.2.3