Skip to content

Commit

Permalink
check for conjure version 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Nov 7, 2023
1 parent 0c1614d commit 596fcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-colab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rm -rf sample_data

conjure_installed=$((conjure --version 2> /dev/null) | head -n2 | tail -n1)
if [[ $conjure_installed == "Release version 2.5.0" ]]; then
if [[ $conjure_installed == "Release version 2.5.1" ]]; then
echo "Conjure is already installed."
else
echo "Downloading..."
Expand Down

0 comments on commit 596fcf0

Please sign in to comment.