aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorLuke Gallagher2010-06-29 16:56:35 +1000
committerAdam Vandenberg2010-06-29 07:02:35 -0700
commit551e4efbd6f076dabb0905db7ac990eb6ecaf722 (patch)
treee68a5ec13a14be463b7e93587da2c7a1acd85286 /Library
parent480accdd4702a3bcff522512333aa079082b7ded (diff)
downloadbrew-551e4efbd6f076dabb0905db7ac990eb6ecaf722.tar.bz2
Fix typo in github_info
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 3f30ca6e8..aaa1fd9e2 100644
--- a/Library/Homebrew/brew.h.rb
+++ b/Library/Homebrew/brew.h.rb
@@ -172,7 +172,7 @@ def github_info name
end
user = 'mxcl' if user.empty?
- branch = 'master' if user.empty?
+ branch = 'master' if branch.empty?
return "http://github.com/#{user}/homebrew/commits/#{branch}/Library/Formula/#{formula_name}"
end