Skip to content

Commit

Permalink
Minor tweak of log message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpevzner committed Dec 4, 2024
1 parent 1ca7967 commit 781e89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 781e89d

Please sign in to comment.