aboutsummaryrefslogtreecommitdiff
path: root/src/go
diff options
context:
space:
mode:
Diffstat (limited to 'src/go')
-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}