diff --git a/cmd/proxy/actions/home.go b/cmd/proxy/actions/home.go index aad95a99..ee9a7741 100644 --- a/cmd/proxy/actions/home.go +++ b/cmd/proxy/actions/home.go @@ -47,8 +47,8 @@ const homepage = `
GOPROXY={{ .Host }},direct
{{ if .NoSumPatterns }}
Use the following GONOSUM environment variable to exclude checksum database:
-GONOSUM={{ .NoSumPatterns }}
+ Use the following GONOSUMDB environment variable to exclude checksum database:
+GONOSUMDB={{ .NoSumPatterns }}
{{ end }}
GOPROXY={{ .Host }},direct
{{ if .NoSumPatterns }}
Use the following GONOSUM environment variable to exclude checksum database:
-GONOSUM={{ .NoSumPatterns }}
+ Use the following GONOSUMDB environment variable to exclude checksum database:
+GONOSUMDB={{ .NoSumPatterns }}
{{ end }}