aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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 c0a3dd4aa..e41a7f96d 100644
--- a/Library/Formula/go.rb
+++ b/Library/Formula/go.rb
@@ -77,7 +77,7 @@ class Go < Formula
go get code.google.com/p/go.tools/cmd/vet
You may wish to add the GOROOT-based install location to your PATH:
- export PATH=$PATH:#{`#{bin}/go env GOROOT`.chomp}/bin
+ export PATH=$PATH:#{libexec}/bin
EOS
end