Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
framctr committed Sep 14, 2024
1 parent 81b95ae commit f9bf9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansible/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f9bf9f7

Please sign in to comment.