From f9bf9f74ba77b3a008388177b25b7743689648c1 Mon Sep 17 00:00:00 2001 From: framctr <35109437+framctr@users.noreply.github.com> Date: Sat, 14 Sep 2024 07:03:53 +0000 Subject: [PATCH] Fix typo --- src/ansible/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ansible/install.sh b/src/ansible/install.sh index 05a028a..414391c 100644 --- a/src/ansible/install.sh +++ b/src/ansible/install.sh @@ -13,7 +13,7 @@ ensure_nanolayer nanolayer_location "v0.5.0" $nanolayer_location install apt-get pip,python3-dev -if [ "$PACKAGE" != "latest" ] ; then +if [ "$VERSION" != "latest" ] ; then pip install "${PACKAGE}"=="${VERSION}" else pip install "$PACKAGE"