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