Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalmi authored Dec 16, 2024
1 parent aa77542 commit be54235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault/identity_store_conflicts.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func (r *errorResolver) ResolveEntities(ctx context.Context, existing, duplicate
return errDuplicateIdentityName
}

// ResolveGroups logs a warning message when a pre-existing identity.Group is found and
// ResolveGroups logs a warning message when a pre-existing Group is found and
// returns a duplicate name error, which should be handled by the caller by
// putting the system in case-sensitive mode.
func (r *errorResolver) ResolveGroups(ctx context.Context, existing, duplicate *identity.Group) error {
Expand Down

0 comments on commit be54235

Please sign in to comment.