diff options
author | drduh <github@duh.to> | 2019-05-25 23:54:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-25 23:54:10 -0700 |
commit | 251cdeb58a962a81909c702453c8497723cf7e9d (patch) | |
tree | f0548f0fa4d5966aedffc48264224d58c343e0bb | |
parent | Add section on key rotation to fix #101 (diff) | |
parent | Correct date invocation (diff) | |
download | YubiKey-Guide-251cdeb58a962a81909c702453c8497723cf7e9d.tar.gz |
Merge pull request #109 from dongcarl/patch-1
Correct date invocation
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -826,7 +826,7 @@ $ sudo mkdir /mnt/public $ sudo mount /dev/sdb2 /mnt/public/ -$ gpg --armor --export $KEYID | sudo tee /mnt/public/$KEYID-$(date %+F).txt +$ gpg --armor --export $KEYID | sudo tee /mnt/public/$KEYID-$(date +%F).txt ``` Windows: |