Skip to content
Snippets Groups Projects
Commit e50d68ec authored by Pierre Riteau's avatar Pierre Riteau Committed by Max Howell
Browse files

Fix `brew info`: wrong number of arguments when calling github_info

Fixes Homebrew/homebrew#200. Fixes Homebrew/homebrew#202. Fixes Homebrew/homebrew#203.
parent 3762bbf5
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ def info name
puts
end
history = github_info
history = github_info(name)
puts history if history
rescue FormulaUnavailableError
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment