Skip to content

Commit bdd0389

Browse files
Fix linter error
1 parent c10502c commit bdd0389

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ shortTitle: Existing GPG keys
2929
$ gpg --armor --export 3AA5C34371567BD2
3030
# Prints the GPG public key, in ASCII armor format
3131
```
32-
Consider exporting your keys with the option `--export-options export-minimal`, which can prevent misreading keys that contain deprecated fields.
32+
33+
Consider exporting your keys with the option `--export-options export-minimal`, which can prevent misreading keys that contain deprecated fields.
3334

3435
You can then [add your GPG key to your GitHub account](/authentication/managing-commit-signature-verification/adding-a-gpg-key-to-your-github-account).
3536

0 commit comments

Comments
 (0)