dns/dreamhost: fix GoDoc (#1027)

This commit is contained in:
Dominik Menke 2020-01-03 21:11:21 +01:00 committed by Ludovic Fernandez
parent 2dbb71b3f6
commit ca42cc42a0

View file

@ -40,7 +40,7 @@ type DNSProvider struct {
}
// NewDNSProvider returns a new DNS provider using
// environment variable DREAMHOST_TOKEN for adding and removing the DNS record.
// environment variable DREAMHOST_API_KEY for adding and removing the DNS record.
func NewDNSProvider() (*DNSProvider, error) {
values, err := env.Get("DREAMHOST_API_KEY")
if err != nil {