diff --git a/providers/dns/dreamhost/dreamhost.go b/providers/dns/dreamhost/dreamhost.go index 1a157b48..390eecc3 100644 --- a/providers/dns/dreamhost/dreamhost.go +++ b/providers/dns/dreamhost/dreamhost.go @@ -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 {