diff options
| author | Pierre Riteau | 2009-12-12 21:49:59 +0100 |
|---|---|---|
| committer | Max Howell | 2009-12-17 13:44:39 +0000 |
| commit | e50d68ec8d01d941427e8a8f6b69d4bac792f9b2 (patch) | |
| tree | e4faec8dff5ab8c4af72ffab5db6cb5294575659 /Library | |
| parent | 3762bbf56ac0fcc571660ea91a5db3e1e779610b (diff) | |
| download | brew-e50d68ec8d01d941427e8a8f6b69d4bac792f9b2.tar.bz2 | |
Fix `brew info`: wrong number of arguments when calling github_info
Fixes Homebrew/homebrew#200. Fixes Homebrew/homebrew#202. Fixes Homebrew/homebrew#203.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/brew.h.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb index 9035f4dcc..535b2502d 100644 --- a/Library/Homebrew/brew.h.rb +++ b/Library/Homebrew/brew.h.rb @@ -198,7 +198,7 @@ def info name puts end - history = github_info + history = github_info(name) puts history if history rescue FormulaUnavailableError |
