summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorTyler Davis <tyler@gluecode.net>2023-08-26 13:27:48 -0700
committerTyler Davis <tyler@gluecode.net>2023-08-26 13:27:48 -0700
commitc7991d4ddc1cb24a9bb28b5cd2952cfec36b7ea0 (patch)
tree0231867f5537250e4114fe0cc80fe12e13a06058 /.profile
parent5cba1e04ab25c32e67a99ef05ed4dcd760a63ddd (diff)
downloaddotfiles-c7991d4ddc1cb24a9bb28b5cd2952cfec36b7ea0.tar.gz
dotfiles-c7991d4ddc1cb24a9bb28b5cd2952cfec36b7ea0.zip
go: change bootstrap name
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 6d3c858..b3b7150 100644
--- a/.profile
+++ b/.profile
@@ -6,7 +6,7 @@ if [ -d "$HOME/.golang" ]; then
### Just in case it's missing
mkdir -p ~/.golang/path
# Go in the homedir
- export GOROOT_BOOTSTRAP=$HOME/.golang/go_bootstrap
+ export GOROOT_BOOTSTRAP=$HOME/.golang/bootstrap_go
export GOROOT=$HOME/.golang/go
export GOPATH=$HOME/.golang/path
# Disable broken caching by proxy.golang