Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
ack: ruby 1.8 syntax fix
Browse files Browse the repository at this point in the history
Whether Rubocop likes it or not, adding a comma in the place it was breaks
brew for <Mavericks' users.
  • Loading branch information
DomT4 committed Oct 6, 2015
1 parent 0ff1f54 commit 7cda42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/ack.rb
Expand Up @@ -52,6 +52,6 @@ def install

test do
assert_equal "foo bar\n", pipe_output("#{bin}/ack --noenv --nocolor bar -",
"foo\nfoo bar\nbaz",)
"foo\nfoo bar\nbaz")
end
end

0 comments on commit 7cda42c

Please sign in to comment.