From 6c208d95833e6d753b5434340152a5ed8c659214 Mon Sep 17 00:00:00 2001 From: Frank Theile Date: Fri, 15 Dec 2017 08:15:11 +0100 Subject: [PATCH] Always use `~` instead of `$HOME` for consistency --- 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 a08d544..e34e1f5 100644 --- a/protecting-code-integrity.md +++ b/protecting-code-integrity.md @@ -566,7 +566,7 @@ gets mounted under `/media/disk`, under Mac it's `/Volumes`). Once you know the full mount path, copy your entire GnuPG directory there: - $ cp -rp $HOME/.gnupg [/media/disk/name]/gnupg-backup + $ cp -rp ~/.gnupg [/media/disk/name]/gnupg-backup You should now test to make sure it still works: