forked from TrueCloudLab/lego
dns/dreamhost: fix GoDoc (#1027)
This commit is contained in:
parent
2dbb71b3f6
commit
ca42cc42a0
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue