Skip to content

Commit

Permalink
Fix Binary URL to storage.googleapis.com
Browse files Browse the repository at this point in the history
  • Loading branch information
evalphobia committed Apr 25, 2017
1 parent 34b5631 commit 0bc37cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ download_binary() {
else
GO_BINARY_FILE=${VERSION}.${GVM_OS}-${GVM_ARCH}.tar.gz
fi
GO_BINARY_URL="http://golang.org/dl/${GO_BINARY_FILE}"
GO_BINARY_URL="https://storage.googleapis.com/golang/${GO_BINARY_FILE}"
GO_BINARY_PATH=${GVM_ROOT}/archive/${GO_BINARY_FILE}

if [ ! -f $GO_BINARY_PATH ]; then
Expand Down

0 comments on commit 0bc37cc

Please sign in to comment.