mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-16 08:36:44 +10:00
Fix typo acme->authorizations
This commit is contained in:
@@ -256,7 +256,7 @@ const (
|
||||
|
||||
// CertificateACMEStatus holds the status for an ACME issuer
|
||||
type CertificateACMEStatus struct {
|
||||
Authorizations []ACMEDomainAuthorization `json:"acme"`
|
||||
Authorizations []ACMEDomainAuthorization `json:"authorizations"`
|
||||
}
|
||||
|
||||
// ACMEDomainAuthorization holds information about an ACME issuers domain
|
||||
|
||||
Reference in New Issue
Block a user