Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iurev committed Sep 19, 2023
1 parent edecea2 commit d218e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coverage_reporter/api.cr
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module CoverageReporter
def with_ssl_errors_handling() : HTTP::Client::Response
begin
yield
rescue ex
rescue ex : OpenSSL::SSL::Error
if OpenSSLVersion.new.can_fail?
Log.error <<-ERROR
Consider upgrading `openssl` library to version >= #{OpenSSLVersion::WORKS} or using --force-insecure-requests flag
Expand Down

0 comments on commit d218e16

Please sign in to comment.