diff options
Diffstat (limited to 'Library/Formula/gnu-arch.rb')
| -rw-r--r-- | Library/Formula/gnu-arch.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gnu-arch.rb b/Library/Formula/gnu-arch.rb index db7b28356..f15c40e8a 100644 --- a/Library/Formula/gnu-arch.rb +++ b/Library/Formula/gnu-arch.rb @@ -16,6 +16,6 @@ class GnuArch < Formula end def test - system "#{bin}/tla -V" + system "#{bin}/tla", "-V" end end |
