Fix comment in consul provider to not mention digitalocean

This commit is contained in:
Evan Krall 2015-01-22 12:45:55 -08:00
parent a3faad4f0d
commit 090a30e988
1 changed files with 1 additions and 2 deletions

View File

@ -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()