diff options
| author | Luke Gallagher | 2010-06-29 16:56:35 +1000 |
|---|---|---|
| committer | Adam Vandenberg | 2010-06-29 07:02:35 -0700 |
| commit | 629982b82b1a70ce76aefe119e400c460dad41dd (patch) | |
| tree | 7b99ebabce8fb35639cd0c66028ef11b1e5a35e7 /Library | |
| parent | 105244c8fbd182c89d4d4b2387a64a55b9800172 (diff) | |
| download | homebrew-629982b82b1a70ce76aefe119e400c460dad41dd.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.rb | 2 |
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 |
