Changing Certspath to CertsPath
This commit is contained in:
parent
4471c62659
commit
c65a47f6e2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue