From 25d48954b403126dcd71d59889bcb7bfa0715821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Bo=C3=9F?= Date: Wed, 26 Apr 2023 23:44:36 +0200 Subject: [PATCH] Update sensitive-dotfiles.md --- docs/howto/sensitive-dotfiles.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/howto/sensitive-dotfiles.md b/docs/howto/sensitive-dotfiles.md index 061a369..f11c0ef 100644 --- a/docs/howto/sensitive-dotfiles.md +++ b/docs/howto/sensitive-dotfiles.md @@ -66,7 +66,7 @@ trans_write: _encrypt: "gpg -q -r {{@@ keyid @@}} --armor --no-tty -o {1} -e {0}" ``` -Passphrase is stored in a environement variable: +Passphrase is stored in an environment variable: ```yaml trans_read: _decrypt: "echo {{@@ env['THE_KEY'] @@}} | gpg -q --batch --yes --for-your-eyes-only --passphrase-fd 0 --no-tty -d {0} > {1}" @@ -106,4 +106,4 @@ trans_write: _encrypt: "echo {{@@ gpg_password @@}} | gpg -q --batch --yes --passphrase-fd 0 --no-tty -o {1} -c {0}" ``` -See also [transformations](../config/config-transformations.md). \ No newline at end of file +See also [transformations](../config/config-transformations.md).