aboutsummaryrefslogtreecommitdiff
path: root/src/go/install.sh
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2023-01-17 20:34:53 +0300
committerGitHub <noreply@github.com>2023-01-17 20:34:53 +0300
commit58b8fe093da506595118076cedbdeee4aa6d20b0 (patch)
treec9f0665461e66b57419d82bbccc4ec5c5669f147 /src/go/install.sh
parent79588ef3da9abb2b536583130653b05030e8e5a6 (diff)
Fix typos in comments / *.md (#396)
Diffstat (limited to 'src/go/install.sh')
-rwxr-xr-xsrc/go/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/go/install.sh b/src/go/install.sh
index 1b65e50..365421e 100755
--- a/src/go/install.sh
+++ b/src/go/install.sh
@@ -144,7 +144,7 @@ usermod -a -G golang "${USERNAME}"
mkdir -p "${TARGET_GOROOT}" "${TARGET_GOPATH}"
if [[ "${TARGET_GO_VERSION}" != "none" ]] && [[ "$(go version)" != *"${TARGET_GO_VERSION}"* ]]; then
- # 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}