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"
|
MISSING="${MISSING} fzf"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! [ -x "$(command -v ripgrep)" ]; then
|
if ! [ -x "$(command -v rg)" ]; then
|
||||||
echo "ripgrep manque et doit être installé"
|
echo "ripgrep manque et doit être installé"
|
||||||
MISSING="${MISSING} ripgrep"
|
MISSING="${MISSING} ripgrep"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user