Skip to content

Commit 81b40ed

Browse files
authored
Update capitalization
1 parent 674ef7f commit 81b40ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/bash/update-user-and-team-dn-for-ldap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#!/bin/sh
22
#/
33
#/ NAME:
4-
#/ update-user-and-team-dn-for-ldap - For a GitHub Enterprise Instance using LDAP,
4+
#/ update-user-and-team-dn-for-ldap - For a GitHub Enterprise instance using LDAP,
55
#/ reads in a `users.txt` files and `teams.txt` files to change the distinguished
66
#/ name (DN) of each user and team to your new LDAP provider's DN. See PRE-REQUISITES
77
#/ below for more information on creating and formatting those files.
88
#/
99
#/ AUTHOR: @IAmHughes
1010
#/
1111
#/ DESCRIPTION:
12-
#/ For a GitHub Enterprise Instance using LDAP, reads in a `users.txt` files and
12+
#/ For a GitHub Enterprise instance using LDAP, reads in a `users.txt` files and
1313
#/ `teams.txt` files to change the distinguished name (DN) of each user and team to
1414
#/ your new LDAP provider's DN. See PRE-REQUISITES below for more information on
1515
#/ creating and formatting those files.

0 commit comments

Comments
 (0)