mirror of
https://github.com/netbirdio/dex.git
synced 2026-05-22 18:43:53 -07:00
spelling: characters
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -99,7 +99,7 @@ func (cli *client) urlForWithParams(
|
||||
if name != "" && (len(name) > kubeResourceMaxLen || !kubeResourceNameRegex.MatchString(name)) {
|
||||
// The actual name can be found in auth request or auth code objects and equals to the state value
|
||||
return "", fmt.Errorf(
|
||||
"invalid kubernetes resource name: must match the pattern %s and be no longer than %d charactes",
|
||||
"invalid kubernetes resource name: must match the pattern %s and be no longer than %d characters",
|
||||
kubeResourceNameRegex.String(),
|
||||
kubeResourceMaxLen)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user