Skip to content

Commit

Permalink
Merge pull request #41 from scribemail/main
Browse files Browse the repository at this point in the history
Typo in certificate verifiable error
  • Loading branch information
elct9620 authored Dec 21, 2023
2 parents 540befb + 7cf7ee6 commit de97499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/concerns/lets_encrypt/certificate_verifiable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def retry_on_verify_error(error)
sleep 1
verify
else
logger.info "#{domain}: Error: #{e.class} (#{e.message})"
logger.info "#{domain}: Error: #{error.class} (#{error.message})"
false
end
end
Expand Down

0 comments on commit de97499

Please sign in to comment.