From fa4671f59fdbb6db720d8b37e5bb4c1ec62e1da5 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 27 Jul 2010 06:37:49 -0700 Subject: [PATCH] Fix brew info --github --- 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 951d6fa817..bc0f59467c 100644 --- a/Library/Homebrew/brew.h.rb +++ b/Library/Homebrew/brew.h.rb @@ -186,7 +186,7 @@ def github_info name end def info f - exec 'open', github_info(name) if ARGV.flag? '--github' + exec 'open', github_info(f.name) if ARGV.flag? '--github' puts "#{f.name} #{f.version}" puts f.homepage