aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2010-11-21 15:59:54 -0800
committerAdam Vandenberg2010-11-21 15:59:54 -0800
commitc866bb17651eb7036c2a6ac1c0858f352fdffc7b (patch)
tree2eac4a157401873e0f1ea8a11ab0ace158aa9a76 /Library/Formula
parent8cb2abc532cd5affa6181ff9db097f8f3d070ce0 (diff)
downloadhomebrew-c866bb17651eb7036c2a6ac1c0858f352fdffc7b.tar.bz2
Fix go caveats
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