Skip to content

Commit

Permalink
[3503] adding consul-address flag to command.go
Browse files Browse the repository at this point in the history
  • Loading branch information
james-powis committed Nov 5, 2017
1 parent 0b3476a commit 6d3cc25
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 6d3cc25

Please sign in to comment.