diff --git a/builtin/providers/dnsimple/config.go b/builtin/providers/dnsimple/config.go index 6501a7c9d..e8843277d 100644 --- a/builtin/providers/dnsimple/config.go +++ b/builtin/providers/dnsimple/config.go @@ -8,8 +8,8 @@ import ( ) type Config struct { - Email string `mapstructure:"email"` - Token string `mapstructure:"token"` + Email string + Token string } // Client() returns a new client for accessing dnsimple.