diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/the_silver_searcher.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/the_silver_searcher.rb b/Library/Formula/the_silver_searcher.rb index 56b40585a..c8bb7c047 100644 --- a/Library/Formula/the_silver_searcher.rb +++ b/Library/Formula/the_silver_searcher.rb @@ -45,6 +45,6 @@ class TheSilverSearcher < Formula test do (testpath/"Hello.txt").write("Hello World!") - system "#{bin}/ag", "Hello World!" + system "#{bin}/ag", "Hello World!", testpath end end |
