fix rg detection
This commit is contained in:
parent
95e34663e1
commit
ff67e5bd8b
@ -32,7 +32,7 @@ if ! [ -x "$(command -v fzf)" ]; then
|
||||
MISSING="${MISSING} fzf"
|
||||
fi
|
||||
|
||||
if ! [ -x "$(command -v ripgrep)" ]; then
|
||||
if ! [ -x "$(command -v rg)" ]; then
|
||||
echo "ripgrep manque et doit être installé"
|
||||
MISSING="${MISSING} ripgrep"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user