Update acme/errors.go

Co-authored-by: Max <mx.furman@gmail.com>
This commit is contained in:
Mariano Cano 2022-09-19 14:24:39 -07:00 committed by GitHub
parent 226d36f66f
commit 7dc2067cb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -335,7 +335,7 @@ func (e *Error) StatusCode() int {
return e.Status
}
// Error allows AError to implement the error interface.
// Error implements the error interface.
func (e *Error) Error() string {
if e.Err == nil {
return e.Detail