Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Nov 10, 2017
1 parent 0144cda commit 9027205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/agent/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func (c *Command) readConfig() *Config {
cmdConfig.Consul.VerifySSL = &b
return nil
}), "consul-verify-ssl", "")
flags.StringVar(&cmdConfig.Consul.Addr, "consul-address", "", "")
flags.StringVar(&cmdConfig.Consul.Addr, "consul-address", "", "")

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

0 comments on commit 9027205

Please sign in to comment.