diff options
Diffstat (limited to 'src/nix/utils.sh')
-rwxr-xr-x | src/nix/utils.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/utils.sh b/src/nix/utils.sh index 5753e5a..7cb55f2 100755 --- a/src/nix/utils.sh +++ b/src/nix/utils.sh @@ -91,7 +91,7 @@ receive_gpg_keys() { keyring_args="--no-default-keyring --keyring $2" fi - # Use a temporary locaiton for gpg keys to avoid polluting image + # Use a temporary location for gpg keys to avoid polluting image export GNUPGHOME="/tmp/tmp-gnupg" mkdir -p ${GNUPGHOME} chmod 700 ${GNUPGHOME} |