diff options
author | drduh <github@duh.to> | 2019-05-25 23:55:29 -0700 |
---|---|---|
committer | drduh <github@duh.to> | 2019-05-25 23:55:29 -0700 |
commit | 1b9fc107c00100b9d6537a979262558ba67705ca (patch) | |
tree | 57adfd0a3ac553bd1e36c80a4af7841fef131a6d /README.md | |
parent | Merge pull request #109 from dongcarl/patch-1 (diff) | |
download | YubiKey-Guide-1b9fc107c00100b9d6537a979262558ba67705ca.tar.gz |
Fix date string format
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1449,7 +1449,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 $ sudo umount /mnt/public ``` |