Skip to content

Commit 385d1f5

Browse files
Update update_demos.sh
1 parent 83ec1bf commit 385d1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_demos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ fi
306306

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

0 commit comments

Comments
 (0)