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 ce2dd24b5..feddb58de 100644 --- a/Library/Formula/go.rb +++ b/Library/Formula/go.rb @@ -45,7 +45,7 @@ class Go < Formula # The version check is due to: # http://codereview.appspot.com/5654068 - 'VERSION'.write 'default' if build.head? + Pathname.new('VERSION').write 'default' if build.head? cd 'src' do # Build only. Run `brew test go` to run distrib's tests. |
