fix json def

This commit is contained in:
Darien Raymond
2019-02-26 21:59:22 +01:00
parent 974b488ab0
commit 9c26d28c0b
+1 -1
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.