Skip to content

Commit

Permalink
Tiny fix: pinninpeds->pinnipeds
Browse files Browse the repository at this point in the history
Signed-off-by: Margo Crawford <[email protected]>
  • Loading branch information
margocrawf committed May 4, 2022
1 parent 5724746 commit eb891d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/deploy/tools/ldap.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! Copyright 2021 the Pinniped contributors. All Rights Reserved.
#! Copyright 2021-2022 the Pinniped contributors. All Rights Reserved.
#! SPDX-License-Identifier: Apache-2.0

#@ load("@ytt:data", "data")
Expand Down Expand Up @@ -114,7 +114,7 @@ ldap.ldif: |
dn: cn=mammals,ou=groups,dc=pinniped,dc=dev
cn: mammals
objectClass: groupOfNames
member: cn=pinninpeds,ou=groups,dc=pinniped,dc=dev
member: cn=pinnipeds,ou=groups,dc=pinniped,dc=dev
member: cn=olive,ou=users,dc=pinniped,dc=dev
#@ end

Expand Down

0 comments on commit eb891d7

Please sign in to comment.