Skip to content

Commit

Permalink
Fix start join config
Browse files Browse the repository at this point in the history
  • Loading branch information
aalda committed Nov 23, 2018
1 parent 0a89643 commit f425b8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func newAgentCommand() *cobra.Command {
config.NodeName = nodeName
config.BindAddr = bindAddr
config.AdvertiseAddr = advertiseAddr
config.StartJoin = startJoin
config.EnableCompression = true
ctx.config = config
},
Expand Down

0 comments on commit f425b8a

Please sign in to comment.