diff options
Diffstat (limited to 'Library/Contributions')
| -rwxr-xr-x | Library/Contributions/examples/brew-server | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Contributions/examples/brew-server b/Library/Contributions/examples/brew-server index ab0c7e469..bcc15c257 100755 --- a/Library/Contributions/examples/brew-server +++ b/Library/Contributions/examples/brew-server @@ -146,8 +146,8 @@ get '/formula/:name' do s << <<-HTML <dt>Depends on</td> HTML - klass.deps.each do |name| - s << "<dd>#{link_to_formula(name)}</dd>" + klass.deps.each do |dep| + s << "<dd>#{link_to_formula(dep.name)}</dd>" end end |
