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 9b4bbb2cb..584d6d53e 100644
--- a/Library/Formula/go.rb
+++ b/Library/Formula/go.rb
@@ -84,7 +84,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:#{libexec}/bin
+ export PATH=$PATH:#{opt_libexec}/bin
EOS
end