From 781e89d416cd86f8a8f4eae1bedcf602fb673f93 Mon Sep 17 00:00:00 2001 From: Alexander Pevzner Date: Wed, 4 Dec 2024 15:38:21 +0300 Subject: [PATCH] Minor tweak of log message --- auth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth.go b/auth.go index 9d7214c..8bff89a 100644 --- a/auth.go +++ b/auth.go @@ -303,7 +303,7 @@ func AuthHTTPRequest(log *Logger, reason = fmt.Sprintf("UID auth not supported on %s", runtime.GOOS) case !authUIDrequiresUID(): - reason = "No auth rules don use UID" + reason = "auth rules don't use UID" } // Obtain UID, if we really need it