Skip to content

Commit

Permalink
fix(update.fnl): suppress warning for known duplicated entries
Browse files Browse the repository at this point in the history
  • Loading branch information
m15a committed Jan 18, 2025
1 parent 92a0086 commit 90c6067
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/update.fnl
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,8 @@ in which site, owner, and repo information are extracted."
plugin)
key (.. site "/" owner "/" repo)]
(when (and (. found key)
(not= key "github.com/echasnovski/mini.nvim"))
(not= key "github.com/echasnovski/mini.nvim")
(not= key "github.com/milanglacier/yarepl.nvim"))
(log:warn "Duplicate entry: " key))
(values key {: site : owner : repo})))
found))
Expand Down

0 comments on commit 90c6067

Please sign in to comment.