From c65a47f6e2750deb4017ae7d5d3c38709dcb841a Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Wed, 7 Nov 2018 18:29:00 -0800 Subject: [PATCH] Changing Certspath to CertsPath --- realis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/realis.go b/realis.go index d1700bf..1926082 100644 --- a/realis.go +++ b/realis.go @@ -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 }