fix deploy

This commit is contained in:
Julien Rabier 2020-05-30 21:46:19 +02:00
parent 0c00431eb4
commit 221af8729a

View File

@ -37,7 +37,7 @@ if ! [ -x "$(command -v rg)" ]; then
MISSING="${MISSING} ripgrep"
fi
if ! [ MISSING = "" ]; then
if ! [ MISSING == "" ]; then
echo "Installation de : $MISSING"
sudo apt -y install $MISSING
fi