aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorPierre Riteau2009-12-12 21:49:59 +0100
committerMax Howell2009-12-17 13:44:39 +0000
commit5af4e3c64e8d9f59173ea23978cfa525ca68beb9 (patch)
tree0e9223cbf90f46bbf5b32a19437b4eac7edef817 /Library
parentb6cb951c29b32aff392c4f84fe30dbddc03ea852 (diff)
downloadhomebrew-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.rb2
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