fix(health): check fdfind before fd to fix weird output on ubuntu
fix #1425
This commit is contained in:
@@ -25,7 +25,7 @@ local optional_dependencies = {
|
||||
package = {
|
||||
{
|
||||
name = "fd",
|
||||
binaries = { "fd", "fdfind" },
|
||||
binaries = { "fdfind", "fd" },
|
||||
url = "[sharkdp/fd](https://github.com/sharkdp/fd)",
|
||||
optional = true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user