Skip to content

Commit d02696a

Browse files
Fix linter error
1 parent bdd0389 commit d02696a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)