From 68e02fb78d8e3731d7fc7cfa2114b9b3280a9570 Mon Sep 17 00:00:00 2001 From: Eric Gravert Date: Thu, 15 Aug 2013 01:48:01 -0400 Subject: Fixed buildpath typo that was preventing the formula from working correctly. Closes #21910. Signed-off-by: Xiyue Deng --- Library/Formula/go.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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. -- cgit v1.2.3