Skip to content

Commit

Permalink
Merge pull request #616 from daniels290813/update_demos_fix
Browse files Browse the repository at this point in the history
fix update demos script
  • Loading branch information
aviaIguazio authored Nov 13, 2024
2 parents 83ec1bf + 385d1f5 commit 23d8e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_demos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ fi

# Handling the case mlrun version is 0.0.0+unstable
tag_prefix=`echo "${mlrun_version}" | cut -d . -f1-2`
if [[ "$tag_prefix"=="0.0" ]]; then
if [ "$tag_prefix" = "0.0" ]; then
mlrun_version="1.7.0"
fi

Expand Down

0 comments on commit 23d8e75

Please sign in to comment.