Skip to content

Commit

Permalink
Merge pull request #3504 from james-powis/fix_consul_address
Browse files Browse the repository at this point in the history
[3503] adding consul-address flag to command.go
  • Loading branch information
dadgar committed Nov 6, 2017
2 parents 7ce14b0 + 6d3cc25 commit 0592629
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command/agent/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ func (c *Command) readConfig() *Config {
cmdConfig.Consul.VerifySSL = &b
return nil
}), "consul-verify-ssl", "")
flags.StringVar(&cmdConfig.Consul.Addr, "consul-address", "", "")

// Vault options
flags.Var((flaghelper.FuncBoolVar)(func(b bool) error {
Expand Down

0 comments on commit 0592629

Please sign in to comment.