Skip to content

Commit 364b79f

Browse files
committed
adapt to linter
1 parent a2effdc commit 364b79f

File tree

1 file changed

+1
-1
lines changed
  • hermetic_build/library_generation/owlbot/templates/java_library/.kokoro

1 file changed

+1
-1
lines changed

hermetic_build/library_generation/owlbot/templates/java_library/.kokoro/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function retry_with_backoff {
4040
fi
4141

4242
# failure
43-
if [[ ${attempts_left} > 0 ]]
43+
if [[ ${attempts_left} -gt 0 ]]
4444
then
4545
echo "failure (${exit_code}), sleeping ${sleep_seconds}..."
4646
sleep ${sleep_seconds}

0 commit comments

Comments
 (0)