mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
providers/dnsimple: fix comment
This commit is contained in:
parent
0850e5691c
commit
307f7e4e5b
@ -13,7 +13,7 @@ type Config struct {
|
|||||||
Email string `mapstructure:"email"`
|
Email string `mapstructure:"email"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Client() returns a new client for accessing heroku.
|
// Client() returns a new client for accessing dnsimple.
|
||||||
//
|
//
|
||||||
func (c *Config) Client() (*dnsimple.Client, error) {
|
func (c *Config) Client() (*dnsimple.Client, error) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user