From 1bacb07922ab50a78748c4c6a4f1e279fde1d7df Mon Sep 17 00:00:00 2001 From: Andrei Stoian Date: Wed, 20 Nov 2024 12:02:20 +0100 Subject: [PATCH] fix: typo --- script/make_utils/setup_os_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/make_utils/setup_os_deps.sh b/script/make_utils/setup_os_deps.sh index 83cac7b76..c82fef302 100755 --- a/script/make_utils/setup_os_deps.sh +++ b/script/make_utils/setup_os_deps.sh @@ -144,7 +144,7 @@ if [[ "${OS_NAME}" == "Linux" ]]; then # If this is a CI build, install poetry (installs as root) # if not, the Dockerfile installs poetry for docker builds (under dev_user) - if !isDockerBuildkit then + if !isDockerBuildkit; then (pipx install poetry && pipx ensurepath) || \ (\ python3 -m pip install --no-cache-dir --upgrade pip && \