Fix brew info: wrong number of arguments when calling github_info

Fixes Homebrew/homebrew#200. Fixes Homebrew/homebrew#202. Fixes Homebrew/homebrew#203.
This commit is contained in:
Pierre Riteau 2009-12-12 21:49:59 +01:00 committed by Max Howell
parent 3762bbf56a
commit e50d68ec8d

View File

@ -198,7 +198,7 @@ def info name
puts
end
history = github_info
history = github_info(name)
puts history if history
rescue FormulaUnavailableError