From 65f303cef7475a715cc68c516f67adad3179b5eb Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 24 Jul 2024 04:47:39 +0300 Subject: [PATCH] Fix: These are not errors, just duplicates --- bkmk-chk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bkmk-chk b/bkmk-chk index 2d9f35a..c18158d 100755 --- a/bkmk-chk +++ b/bkmk-chk @@ -22,7 +22,7 @@ check_urls_db.py -e && # Report results BKMK_WRITER=flad db2bkmk.py && -check_dups.py -s -l bookmarks.err >/dev/null && +check_dups.py -s -l check_dups.txt >/dev/null && check_title.py -s -l check_title.txt && check_redirects.py -s -l check_redirects.txt && bkmk-sort && -- 2.39.5