diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/go.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb index a535eb5e5..0abe8b50e 100644 --- a/Library/Formula/go.rb +++ b/Library/Formula/go.rb @@ -67,7 +67,7 @@ class Go < Formula end end - (buidpath/'pkg/obj').rmtree + (buildpath/'pkg/obj').rmtree # Don't install header files; they aren't necessary and can # cause problems with other builds. |
