Skip to content

Commit

Permalink
Tweak info message to avoid automated test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
timkimber committed Oct 6, 2021
1 parent 9e7e8fa commit 3441712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getssl
Original file line number Diff line number Diff line change
Expand Up @@ -2430,7 +2430,7 @@ send_signed_request() { # Sends a request to the ACME server, signed with your p
fi
debug "response status = $response_status"
if [[ "$code" -eq 500 ]]; then
info "error on acme server - trying again ...."
info "_error on acme server - trying again ...."
debug "loop_limit = $loop_limit"
sleep 5
loop_limit=$((loop_limit - 1))
Expand Down

0 comments on commit 3441712

Please sign in to comment.