From 1c36837f078c5006f7dad7e1a01d870766fa2f73 Mon Sep 17 00:00:00 2001 From: Frank Theile Date: Fri, 15 Dec 2017 18:16:41 +0100 Subject: [PATCH] Use `--homedir` consistently --- protecting-code-integrity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protecting-code-integrity.md b/protecting-code-integrity.md index c365b13..4f2c682 100644 --- a/protecting-code-integrity.md +++ b/protecting-code-integrity.md @@ -904,7 +904,7 @@ directory location). After you make any changes to your key using the offline storage, you will want to import these changes back into your regular working directory: - $ gpg --export | gpg --home ~/.gnupg --import + $ gpg --export | gpg --homedir ~/.gnupg --import $ unset GNUPGHOME #### Extending key expiration date