aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordrduh <github@duh.to>2024-03-20 16:33:10 +0000
committerGitHub <noreply@github.com>2024-03-20 16:33:10 +0000
commitaa81e0fc80c4c990498ae5a90c8a4dfab67c6e47 (patch)
treeab03528359bae616fed936fe504dbaa7720674fc
parentMerge pull request #426 from drduh/wip-17mar24 (diff)
parentFix typo in date command (diff)
downloadYubiKey-Guide-aa81e0fc80c4c990498ae5a90c8a4dfab67c6e47.tar.gz
Merge pull request #427 from wstephenson/master
Fix typo in date command
-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: