1
0
mirror of synced 2026-01-07 00:01:39 -05:00

Remove extra space

This commit is contained in:
Rob Bos
2022-08-19 21:41:00 +02:00
committed by GitHub
parent a305da14f8
commit ea30ccae08

View File

@@ -1,9 +1,9 @@
1. From the list of GPG keys, copy the long form of the GPG key ID you'd like to use. In this example, the GPG key ID is `3AA5C34371567BD2`:
```shell{:copy}
```shell{:copy}
$ gpg --list-secret-keys --keyid-format=long
/Users/hubot/.gnupg/secring.gpg
------------------------------------
sec 4096R/<em>3AA5C34371567BD2</em> 2016-03-10 [expires: 2017-03-10]
uid Hubot <hubot@example.com>
ssb 4096R/42B317FD4BA89E7A 2016-03-10
```
```