diff options
| author | Eric Gravert | 2013-08-15 01:48:01 -0400 |
|---|---|---|
| committer | Xiyue Deng | 2013-08-15 03:13:32 -0700 |
| commit | 68e02fb78d8e3731d7fc7cfa2114b9b3280a9570 (patch) | |
| tree | 6c07cfefa6b8378d7437da2e0bc70c1243cfc4a1 /Library/Formula | |
| parent | 60164e9f11e5fd9dd733c4749103f2a4afbb696e (diff) | |
| download | homebrew-68e02fb78d8e3731d7fc7cfa2114b9b3280a9570.tar.bz2 | |
Fixed buildpath typo that was preventing the formula from working correctly.
Closes #21910.
Signed-off-by: Xiyue Deng <manphiz@gmail.com>
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. |
