aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorCarl Dong <accounts@carldong.me>2019-05-26 02:22:04 -0400
committerGitHub <noreply@github.com>2019-05-26 02:22:04 -0400
commit4552bb45e1710932d50aca620e78fb39996117ce (patch)
treef0548f0fa4d5966aedffc48264224d58c343e0bb /README.md
parentAdd section on key rotation to fix #101 (diff)
downloadYubiKey-Guide-4552bb45e1710932d50aca620e78fb39996117ce.tar.gz
Correct date invocation
The correct syntax is `date +FORMAT`
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 34c915c..e11be5a 100644
--- a/README.md
+++ b/README.md
@@ -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: