Skip to content

Commit

Permalink
StartJoin maps to join
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Sep 17, 2018
1 parent b95d1bb commit 8cb0782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkron/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type Config struct {
RejoinAfterLeave bool `mapstructure:"rejoin-after-leave"`
Server bool
EncryptKey string `mapstructure:"encrypt-key"`
StartJoin []string `mapstructure:"start-join"`
StartJoin []string `mapstructure:"join"`
Keyspace string
RPCPort int `mapstructure:"rpc-port"`
AdvertiseRPCPort int `mapstructure:"advertise-rpc-port"`
Expand Down

0 comments on commit 8cb0782

Please sign in to comment.