Changing Certspath to CertsPath

This commit is contained in:
Renan DelValle 2018-11-07 18:29:00 -08:00
parent 4471c62659
commit c65a47f6e2
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -138,7 +138,7 @@ func InsecureSkipVerify(InsecureSkipVerify bool) ClientOption {
}
}
func Certspath(certspath string) ClientOption {
func CertsPath(certspath string) ClientOption {
return func(config *RealisConfig) {
config.certspath = certspath
}