Skip to content

Commit

Permalink
Silly me.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Jan 5, 2021
1 parent bcb2df3 commit 50214be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/remote-live-cluster-sanity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ curl \
attempts=100
while true; do
attempts=$((attempts - 1))
if [[ (($attempts == 0)) || ! -d "/proc/$validator_pid" ]]; then
if [[ (($attempts == 0)) ]]; then
handle_error "ledger tool"
fi

Expand Down

0 comments on commit 50214be

Please sign in to comment.