aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/go.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb
index 578e08acd..fc9f6bc3d 100644
--- a/Library/Formula/go.rb
+++ b/Library/Formula/go.rb
@@ -49,7 +49,7 @@ class Go <Formula
In order to use Go, set the following in your ~/.profile:
- export GOROOT=`brew --cellar go`
+ export GOROOT=`brew --prefix go`
export GOBIN=#{HOMEBREW_PREFIX}/bin
export GOARCH=#{which_arch}
export GOOS=darwin