This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new b72d4672 Remove unneeded duplicate word in `DEVELOPMENT.md` (#201)
b72d4672 is described below
commit b72d46720ed1878043f40effb9a0b52dbac6a131
Author: John Bampton <[email protected]>
AuthorDate: Thu Feb 22 10:46:23 2024 +1000
Remove unneeded duplicate word in `DEVELOPMENT.md` (#201)
---
DEVELOPMENT.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 22119456..d7bd0f55 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -333,7 +333,7 @@ different set of gem versions from the local directory.
### How To: Authenticate/Authorize Your Scripts
User authentication for any CGI script is provided by the http server's
-LDAP module, and can be done by by adding the path to the CGI in the
+LDAP module, and can be done by adding the path to the CGI in the
deployment descriptor for the server under the appropriate `authldap` realm:
https://github.com/apache/infrastructure-puppet/blob/deployment/data/nodes/whimsy-vm4.apache.org.yaml#L127