From 9bced9e997269b3dfdb6220af496bb45606728c9 Mon Sep 17 00:00:00 2001 From: Rob Bos Date: Fri, 19 Aug 2022 21:39:33 +0200 Subject: [PATCH] Remove extra space --- data/reusables/gpg/list-keys-with-note.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/gpg/list-keys-with-note.md b/data/reusables/gpg/list-keys-with-note.md index e30bf0ff55..df17d94322 100644 --- a/data/reusables/gpg/list-keys-with-note.md +++ b/data/reusables/gpg/list-keys-with-note.md @@ -1,6 +1,6 @@ 1. Use the `gpg --list-secret-keys --keyid-format=long` command to list the long form of the GPG keys for which you have both a public and private key. A private key is required for signing commits or tags. - ```shell{:copy} +```shell{:copy} $ gpg --list-secret-keys --keyid-format=long ``` {% note %}