fix rg detection

This commit is contained in:
Julien Rabier 2020-05-30 20:20:47 +02:00
parent 95e34663e1
commit ff67e5bd8b

View File

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