diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/go.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb index 5be0a9f5f..d68cc2106 100644 --- a/Library/Formula/go.rb +++ b/Library/Formula/go.rb @@ -82,9 +82,9 @@ class Go < Formula prefix.install(Dir['*'] - ['include']) end - def test + test do cd "#{prefix}/src" do - system './run.bash --no-rebuild' + system "./run.bash", "--no-rebuild" end end end |
