diff options
| author | Pierre Riteau | 2009-12-12 21:49:59 +0100 |
|---|---|---|
| committer | Max Howell | 2009-12-17 13:44:39 +0000 |
| commit | 5af4e3c64e8d9f59173ea23978cfa525ca68beb9 (patch) | |
| tree | 0e9223cbf90f46bbf5b32a19437b4eac7edef817 /Library | |
| parent | b6cb951c29b32aff392c4f84fe30dbddc03ea852 (diff) | |
| download | homebrew-5af4e3c64e8d9f59173ea23978cfa525ca68beb9.tar.bz2 | |
Fix `brew info`: wrong number of arguments when calling github_info
Fixes #200. Fixes #202. Fixes #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 |
