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 28361f7 Standardize backticks in Markdown [skip ci] (#139)
28361f7 is described below
commit 28361f792511431e781a79a13b51aa88b1f8cbb3
Author: John Bampton <[email protected]>
AuthorDate: Thu Mar 24 03:45:21 2022 +1000
Standardize backticks in Markdown [skip ci] (#139)
Remove unneeded whitespace
---
DEVELOPMENT.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 2ec88be..8d49d42 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -130,7 +130,7 @@ or read the [detailed MACOSX setup steps](MACOSX.md).
For openssl, copy from the LAST `BEGIN` to `END` inclusive into the file
`/etc/ldap/asf-ldap-client.pem`.
Point to the file in `/etc/ldap/ldap.conf` with a line like the
following:
- ``` TLS_CACERT /etc/ldap/asf-ldap-client.pem```
+ `TLS_CACERT /etc/ldap/asf-ldap-client.pem`
If multiple different certificates are needed, they should all be added
to the same file.
[The option `TLS_CACERTDIR` is not used Ubuntu for example]