diff options
author | Michael Käufl <michael-k@users.noreply.github.com> | 2022-03-17 18:18:07 +0100 |
---|---|---|
committer | Michael Käufl <michael-k@users.noreply.github.com> | 2022-03-17 18:18:07 +0100 |
commit | 204b9f814f43aa4e9bd271a0a33b9e9c9f920550 (patch) | |
tree | 006667a62419a0c688eeb64e0bddb57e87fcf52e | |
parent | Merge pull request #292 from mpdude/patch-1 (diff) | |
download | YubiKey-Guide-204b9f814f43aa4e9bd271a0a33b9e9c9f920550.tar.gz |
Fix typo
Closes drduh/YubiKey-Guide#297
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1557,7 +1557,7 @@ You can force GPG to scan the card and re-create the stubs to point to another Y Having created two (or more Yubikeys) with the same GPG key (as described above) where the stubs are pointing to the second Yubikey: -Insert the first Yubikey (which has a different serial numnber) and run the following command: +Insert the first Yubikey (which has a different serial number) and run the following command: ```console $ gpg-connect-agent "scd serialno" "learn --force" /bye |