diff options
Diffstat (limited to 'src/git-lfs')
-rwxr-xr-x | src/git-lfs/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git-lfs/install.sh b/src/git-lfs/install.sh index f0ce9ff..d6f914f 100755 --- a/src/git-lfs/install.sh +++ b/src/git-lfs/install.sh @@ -65,7 +65,7 @@ find_version_from_git_tags() { receive_gpg_keys() { local keys=${!1} - # 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} |