aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gmap-gsnap.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/gmap-gsnap.rb')
-rw-r--r--Library/Formula/gmap-gsnap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gmap-gsnap.rb b/Library/Formula/gmap-gsnap.rb
index 84dca2a2e..fd1a79b15 100644
--- a/Library/Formula/gmap-gsnap.rb
+++ b/Library/Formula/gmap-gsnap.rb
@@ -26,6 +26,6 @@ class GmapGsnap < Formula
end
def test
- system "#{bin}/gsnap --version"
+ system "#{bin}/gsnap", "--version"
end
end