Skip to content

Commit 84e2d30

Browse files
committed
OCM-13982 | fix: Spelling of flag in external auth provider
Signed-off-by: Andrew Block <[email protected]>
1 parent 5b36848 commit 84e2d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/externalauthprovider/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ func AddExternalAuthProvidersFlags(cmd *cobra.Command, prefix string) *ExternalA
145145
&args.claimMappingUsernameClaim,
146146
claimMappingUsernameClaimFlag,
147147
"",
148-
"The name of the claim that should be used to construct usernmaes for the cluster identity.",
148+
"The name of the claim that should be used to construct usernames for the cluster identity.",
149149
)
150150

151151
cmd.Flags().StringSliceVar(

0 commit comments

Comments
 (0)