From ff67e5bd8be99682da0deedb4196d86457949e19 Mon Sep 17 00:00:00 2001 From: Julien Rabier Date: Sat, 30 May 2020 20:20:47 +0200 Subject: [PATCH] fix rg detection --- deploy_dotfiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy_dotfiles.sh b/deploy_dotfiles.sh index ec00291..a1a712a 100755 --- a/deploy_dotfiles.sh +++ b/deploy_dotfiles.sh @@ -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