aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorWill Stephenson <will.stephenson@gmail.com>2024-03-19 22:17:40 +0100
committerWill Stephenson <will.stephenson@gmail.com>2024-03-19 22:17:40 +0100
commit953bac8739237b8537b40c8eb334c9c971378f8b (patch)
treeab03528359bae616fed936fe504dbaa7720674fc /README.md
parentMerge pull request #426 from drduh/wip-17mar24 (diff)
downloadYubiKey-Guide-953bac8739237b8537b40c8eb334c9c971378f8b.tar.gz
Fix typo in date command
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 4b534a4..7ca602c 100644
--- a/README.md
+++ b/README.md
@@ -563,7 +563,7 @@ echo $PASS | sudo cryptsetup -q luksOpen /dev/sdc1 gnupg-secrets
Create an ext2 filesystem:
```console
-sudo mkfs.ext2 /dev/mapper/gnupg-secrets -L gnupg-$(date +F)
+sudo mkfs.ext2 /dev/mapper/gnupg-secrets -L gnupg-$(date +%F)
```
Mount the filesystem and copy the temporary GnuPG working directory exported key materials: