From ca42cc42a0b16ba0043f72b00279521c8de90990 Mon Sep 17 00:00:00 2001 From: Dominik Menke Date: Fri, 3 Jan 2020 21:11:21 +0100 Subject: [PATCH] dns/dreamhost: fix GoDoc (#1027) --- providers/dns/dreamhost/dreamhost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/dns/dreamhost/dreamhost.go b/providers/dns/dreamhost/dreamhost.go index 1a157b485..390eecc35 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 {