aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-07-27 06:37:49 -0700
committerAdam Vandenberg2010-07-27 06:37:49 -0700
commitfa4671f59fdbb6db720d8b37e5bb4c1ec62e1da5 (patch)
tree516d139b98ca6b18a46e53b587a360d994269c3e /Library
parentf2f68c6beba1cf71026024870f01ed856c7ee5c6 (diff)
downloadbrew-fa4671f59fdbb6db720d8b37e5bb4c1ec62e1da5.tar.bz2
Fix brew info --github
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 951d6fa81..bc0f59467 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