From 8cb07826493a424c90fda0d475006448c8abb9f0 Mon Sep 17 00:00:00 2001 From: Victor Castell Date: Mon, 17 Sep 2018 23:34:45 +0200 Subject: [PATCH] StartJoin maps to join --- dkron/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dkron/config.go b/dkron/config.go index 3c2f06706..c71e83a2d 100644 --- a/dkron/config.go +++ b/dkron/config.go @@ -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"`