From 350f9167688122e80e2525babaf82959126521aa Mon Sep 17 00:00:00 2001 From: Navier Stokes <33drsr6a@anonaddy.me> Date: Fri, 31 May 2024 18:18:27 +0000 Subject: [PATCH] fix minor error --- tools/install_python_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install_python_dependencies.sh b/tools/install_python_dependencies.sh index 30cd09ddec4686..d7432e09521d6e 100755 --- a/tools/install_python_dependencies.sh +++ b/tools/install_python_dependencies.sh @@ -108,7 +108,7 @@ fi if [[ "$POETRY_INSTALLED" == "true" ]] && [[ "$PYENV_INSTALLED" == "true" ]]; then - if ask "Install openpilot python dependencies?" + if ask "Install openpilot python dependencies?"; then echo "pip packages install..." poetry install --no-cache --no-root pyenv rehash