fix json def

pull/1581/head
Darien Raymond 2019-02-26 21:59:22 +01:00
parent 974b488ab0
commit 9c26d28c0b
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ type TLSConfig struct {
Certs []*TLSCertConfig `json:"certificates"`
ServerName string `json:"serverName"`
ALPN *StringList `json:"alpn"`
DiableSystemRoot bool `json:disableSystemRoot`
DiableSystemRoot bool `json:"disableSystemRoot"`
}
// Build implements Buildable.