Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit ec01fb2

Browse files
committed
typo
1 parent 3a96148 commit ec01fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ install_go()
3030

3131
echo "installing Go ${go_version}"
3232
# from https://golang.org/doc/install#tarball
33-
go_tar=go${gov}.linux-amd64.tar.gz
33+
go_tar=go${go_version}.linux-amd64.tar.gz
3434
wget https://dl.google.com/go/${go_tar}
3535
tar -C /usr/local -xzf ${go_tar}
3636
rm $go_tar

0 commit comments

Comments
 (0)