diff options
author | Carl Dong <accounts@carldong.me> | 2019-05-26 02:22:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-26 02:22:04 -0400 |
commit | 4552bb45e1710932d50aca620e78fb39996117ce (patch) | |
tree | f0548f0fa4d5966aedffc48264224d58c343e0bb /README.md | |
parent | Add section on key rotation to fix #101 (diff) | |
download | YubiKey-Guide-4552bb45e1710932d50aca620e78fb39996117ce.tar.gz |
Correct date invocation
The correct syntax is `date +FORMAT`
Diffstat (limited to 'README.md')
-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: |