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