From d3f3be78bebced506def373977ecf510b5519715 Mon Sep 17 00:00:00 2001 From: Tan Le Date: Fri, 16 Dec 2022 16:07:14 +0000 Subject: Bump shellcheck from 0.8.0 to 0.9.0 --- scripts/deploy-review-app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/deploy-review-app.sh b/scripts/deploy-review-app.sh index ea716099..43b99c80 100755 --- a/scripts/deploy-review-app.sh +++ b/scripts/deploy-review-app.sh @@ -20,7 +20,7 @@ function with_backoff { local attempt=0 local exitCode=0 - while [[ $attempt < $max_attempts ]] + while [[ $attempt -lt $max_attempts ]] do "$@" exitCode=$? -- cgit v1.2.3