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:
parent
3762bbf56a
commit
e50d68ec8d
@ -198,7 +198,7 @@ def info name
|
||||
puts
|
||||
end
|
||||
|
||||
history = github_info
|
||||
history = github_info(name)
|
||||
puts history if history
|
||||
|
||||
rescue FormulaUnavailableError
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user