Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/fetch: fix bug setting environment
We were adding "GOROOT=" and the path as separate elements to the environment slice rather than adding the single "GOROOT=<path>" element. Fixes #70581 Change-Id: I9f8afa271c8bae38ac37d1476eef4f3a532798d6 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/635675 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Jonathan Amsterdam <[email protected]> kokoro-CI: kokoro <[email protected]>
- Loading branch information