diff mbox series

[v2] docs: add missing colon to Documentation/config/gpg.txt

Message ID 20211217161718.15767-2-greg@hurrell.net (mailing list archive)
State Accepted
Commit 7988d71a27eea0dd77a209c0597df48f2ee5d7e4
Headers show
Series [v2] docs: add missing colon to Documentation/config/gpg.txt | expand

Commit Message

Greg Hurrell Dec. 17, 2021, 4:17 p.m. UTC
Add missing colon to ensure correct rendering of definition list
item. Without the proper number of colons, it renders as just another
top-level paragraph rather than a list item.

Signed-off-by: Greg Hurrell <greg@hurrell.net>
---
 Documentation/config/gpg.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Greg Hurrell Dec. 17, 2021, 4:19 p.m. UTC | #1
Sorry about all the duplicate messages sent previously — I
was dusting off `git send-email` for the first time in a long time
and thought they were dry runs, but evidently they were not.


diff mbox series

Patch

diff --git a/Documentation/config/gpg.txt b/Documentation/config/gpg.txt
index 4f30c7dbdd..94eba373cc 100644
--- a/Documentation/config/gpg.txt
+++ b/Documentation/config/gpg.txt
@@ -34,7 +34,7 @@  gpg.minTrustLevel::
 * `fully`
 * `ultimate`
 
-gpg.ssh.defaultKeyCommand:
+gpg.ssh.defaultKeyCommand::
 	This command that will be run when user.signingkey is not set and a ssh
 	signature is requested. On successful exit a valid ssh public key is
 	expected in the	first line of its output. To automatically use the first