diff options
author | Jonah Aragon <jonah@triplebit.net> | 2018-07-15 18:43:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-15 18:43:48 -0700 |
commit | 840b4069f2b6e643c9a917b048a4f36a37a95c02 (patch) | |
tree | 4363659e8571449c5fddfb05f605c84a7d1fb662 /README.md | |
parent | Merge pull request #63 from vadimzendejas/master (diff) | |
download | YubiKey-Guide-840b4069f2b6e643c9a917b048a4f36a37a95c02.tar.gz |
Fix "signingkey" typo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1306,7 +1306,7 @@ Log into GitHub and upload your SSH and PGP public keys. Then run the following commands: - > git config --global user.singingkey $KEYID + > git config --global user.signingkey $KEYID Make sure your user.email option matches the email associated with your PGP identity. |