Skip to content

Commit

Permalink
fix: make function syntax compatible with sh (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
W-A-James committed Sep 13, 2024
1 parent 9728d31 commit b833221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/retry-with-backoff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
# Successive backoffs double the timeout.
#
function retry_with_backoff {
retry_with_backoff() {
local max_attempts=${ATTEMPTS-5}
local timeout=${TIMEOUT-1}
local attempt=0
Expand Down

0 comments on commit b833221

Please sign in to comment.