From 6cb9662854cc8fb384fd6b1bcf9397974ca6da0c Mon Sep 17 00:00:00 2001 From: Anze Date: Mon, 16 Nov 2020 18:49:43 +0100 Subject: [PATCH] Fix cache_refresh typo --- go-auth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go-auth.go b/go-auth.go index d38fdc8..25bb1f6 100644 --- a/go-auth.go +++ b/go-auth.go @@ -399,7 +399,7 @@ func setCache(authOpts map[string]string) { } refreshExpiration := false - if refresh, ok := authOpts["cache_rfresh"]; ok && refresh == "true" { + if refresh, ok := authOpts["cache_refresh"]; ok && refresh == "true" { refreshExpiration = true }