fix(health): check fdfind before fd to fix weird output on ubuntu

fix #1425
This commit is contained in:
Simon Hauser
2022-01-14 20:54:17 +01:00
parent e8ccd47c4f
commit 136d1b36bd

View File

@@ -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,
},