diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/nimrod.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/nimrod.rb b/Library/Formula/nimrod.rb index 011ae735f..3749c8563 100644 --- a/Library/Formula/nimrod.rb +++ b/Library/Formula/nimrod.rb @@ -19,7 +19,7 @@ class Nimrod < Formula (testpath/'hello.nim').write <<-EOS.undent echo("Hi!") EOS - system "#{libexec}/bin/nimrod compile --run hello.nim" + system "#{libexec}/bin/nimrod", "compile", "--run", "hello.nim" end def caveats; <<-EOS.undent |
