Merge pull request #852 from EvanKrall/patch-1
Fix comment in consul provider to not mention DigitalOcean
This commit is contained in:
commit
265599f5ff
|
@ -11,8 +11,7 @@ type Config struct {
|
|||
Address string `mapstructure:"address"`
|
||||
}
|
||||
|
||||
// Client() returns a new client for accessing digital
|
||||
// ocean.
|
||||
// Client() returns a new client for accessing consul.
|
||||
//
|
||||
func (c *Config) Client() (*consulapi.Client, error) {
|
||||
config := consulapi.DefaultConfig()
|
||||
|
|
Loading…
Reference in New Issue