Skip to content

Commit

Permalink
Fix shellcheck error
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg authored Jul 5, 2021
1 parent 9e817a1 commit 1065296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coverity/covstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ upload () {
return $?
}

for attempt in {1..3}
for i in {1..3}
do
upload && exit 0 || ret=$?
done
Expand Down

0 comments on commit 1065296

Please sign in to comment.