Skip to content

Commit

Permalink
undef cert_pem= before redefining to silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jul 15, 2024
1 parent 79a7386 commit 9a56cf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/puma/acme/structs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def initialize(identifiers: nil, **kwargs)
super(identifiers: identifiers, **kwargs)
end

undef cert_pem=
def cert_pem=(pem)
@x509 = nil

Expand Down

0 comments on commit 9a56cf3

Please sign in to comment.