mirror of
https://github.com/go-acme/lego.git
synced 2024-12-23 01:07:23 +02:00
limacity: fix error message (#2310)
This commit is contained in:
parent
6051473ffc
commit
19b535caac
@ -153,7 +153,7 @@ func (d *DNSProvider) CleanUp(domain, token, keyAuth string) error {
|
|||||||
domainID, ok := d.domainIDs[token]
|
domainID, ok := d.domainIDs[token]
|
||||||
d.domainIDsMu.Unlock()
|
d.domainIDsMu.Unlock()
|
||||||
if !ok {
|
if !ok {
|
||||||
return fmt.Errorf("liara: unknown domain ID for '%s' '%s'", info.EffectiveFQDN, token)
|
return fmt.Errorf("limacity: unknown domain ID for '%s' '%s'", info.EffectiveFQDN, token)
|
||||||
}
|
}
|
||||||
|
|
||||||
records, err := d.client.GetRecords(context.Background(), domainID)
|
records, err := d.client.GetRecords(context.Background(), domainID)
|
||||||
|
Loading…
Reference in New Issue
Block a user