]> git.phdru.name Git - bookmarks_db.git/commitdiff
Fix: These are not errors, just duplicates
authorOleg Broytman <phd@phdru.name>
Wed, 24 Jul 2024 01:47:39 +0000 (04:47 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 24 Jul 2024 01:47:39 +0000 (04:47 +0300)
bkmk-chk

index 2d9f35a67eb0cbd6be7f3744227affe8c4a39059..c18158d81638c2312a24195cecdcb598abafc876 100755 (executable)
--- 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 &&