Skip to content

Commit 468976a

Browse files
committed
updated ci_bootstrap.sh
1 parent 40fb56c commit 468976a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/ci_bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ retry(){
3939
"$@" &&
4040
break;
4141
echo
42-
if [ $count -ge $max_tries ]; then
42+
if [ "$count" -ge "$max_tries" ]; then
4343
echo "$count tries failed, aborting..."
4444
exit 1
4545
fi

0 commit comments

Comments
 (0)