diff options
-rwxr-xr-x | lclipd.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |