Skip to content

Commit

Permalink
Fix incorrect tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lawliet89 committed Nov 20, 2019
1 parent b52ccf5 commit 16e5966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/x509_cert/x509_cert.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type X509Cert struct {
Timeout internal.Duration `toml:"timeout"`
IncludeIssuer bool `toml:"include_issuer"`
IncludeSAN bool `toml:"include_san"`
SANSeperator string `toml:san_separator`
SANSeperator string `toml:"san_separator"`
tlsCfg *tls.Config
_tls.ClientConfig
}
Expand Down

0 comments on commit 16e5966

Please sign in to comment.