diff options
Diffstat (limited to 'Library/Formula/xstow.rb')
| -rw-r--r-- | Library/Formula/xstow.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/xstow.rb b/Library/Formula/xstow.rb index 41e2c46a4..dc05d35b7 100644 --- a/Library/Formula/xstow.rb +++ b/Library/Formula/xstow.rb @@ -19,7 +19,7 @@ class Xstow < Formula      system "make install"    end -  def test +  test do      system "#{bin}/xstow", "-Version"    end  end  | 
