diff --git a/types/types.go b/types/types.go index 20b520030..0b46ad4cb 100644 --- a/types/types.go +++ b/types/types.go @@ -46,7 +46,7 @@ type NetConf struct { LogLevel string `json:"logLevel"` RuntimeConfig *RuntimeConfig `json:"runtimeConfig,omitempty"` // Default network readiness options - ReadinessIndicatorFile string `json:readinessindicatorfile` + ReadinessIndicatorFile string `json:"readinessindicatorfile"` } type RuntimeConfig struct {