From 953bac8739237b8537b40c8eb334c9c971378f8b Mon Sep 17 00:00:00 2001 From: Will Stephenson Date: Tue, 19 Mar 2024 22:17:40 +0100 Subject: [PATCH] Fix typo in date command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: