mirror of
https://github.com/go-acme/lego.git
synced 2024-12-22 16:53:17 +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]
|
||||
d.domainIDsMu.Unlock()
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user