mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
limacity: fix error message (#2310)
This commit is contained in:
parent
6051473ffc
commit
19b535caac
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue