From e50d68ec8d01d941427e8a8f6b69d4bac792f9b2 Mon Sep 17 00:00:00 2001
From: Pierre Riteau <priteau@gmail.com>
Date: Sat, 12 Dec 2009 21:49:59 +0100
Subject: [PATCH] Fix `brew info`: wrong number of arguments when calling
 github_info

Fixes Homebrew/homebrew#200. Fixes Homebrew/homebrew#202. Fixes Homebrew/homebrew#203.
---
 Library/Homebrew/brew.h.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb
index 9035f4dccd..535b2502d9 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
-- 
GitLab