From 5af4e3c64e8d9f59173ea23978cfa525ca68beb9 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Sat, 12 Dec 2009 21:49:59 +0100 Subject: Fix `brew info`: wrong number of arguments when calling github_info Fixes #200. Fixes #202. Fixes #203. --- Library/Homebrew/brew.h.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3