From 58b8fe093da506595118076cedbdeee4aa6d20b0 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Tue, 17 Jan 2023 09:34:53 -0800 Subject: Fix typos in comments / *.md (#396) --- src/git-lfs/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/git-lfs') 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} -- cgit v1.2.3