diff options
Diffstat (limited to 'src/github-cli/install.sh')
-rwxr-xr-x | src/github-cli/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/github-cli/install.sh b/src/github-cli/install.sh index 1856115..c1dd692 100755 --- a/src/github-cli/install.sh +++ b/src/github-cli/install.sh @@ -34,7 +34,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} |