diff options
author | drduh <drduh@users.noreply.github.com> | 2017-11-10 10:07:04 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-10 10:07:04 -0800 |
commit | 22ba9fb5af26e2ca8455bd0991234a9209afbe57 (patch) | |
tree | dadf0406bc893a0158d01c5be50fbcd0ad623d6e | |
parent | Merge pull request #34 from bdlow/master (diff) | |
parent | fix exporting KEYID (diff) | |
download | YubiKey-Guide-22ba9fb5af26e2ca8455bd0991234a9209afbe57.tar.gz |
Merge pull request #38 from peckeltw/master
fix exporting KEYID
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -248,7 +248,7 @@ Note that as of [v2.1](https://www.gnupg.org/faq/whats-new-in-2.1.html#autorev), Export the key ID as a [variable](https://stackoverflow.com/questions/1158091/defining-a-variable-with-or-without-export/1158231#1158231) for use throughout: - $ KEYID=0xFF3E7D88647EBCDB + $ export KEYID=0xFF3E7D88647EBCDB ## Create subkeys |