diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2023-01-17 20:34:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 20:34:53 +0300 |
commit | 58b8fe093da506595118076cedbdeee4aa6d20b0 (patch) | |
tree | c9f0665461e66b57419d82bbccc4ec5c5669f147 /src/python/install.sh | |
parent | 79588ef3da9abb2b536583130653b05030e8e5a6 (diff) |
Fix typos in comments / *.md (#396)
Diffstat (limited to 'src/python/install.sh')
-rwxr-xr-x | src/python/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/install.sh b/src/python/install.sh index 92b8368..3f6b4d9 100755 --- a/src/python/install.sh +++ b/src/python/install.sh @@ -85,7 +85,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} |