info: use Formula#full_name
This commit is contained in:
parent
d976e43708
commit
4c323cdf34
@ -92,7 +92,7 @@ module Homebrew
|
||||
|
||||
specs << "HEAD" if f.head
|
||||
|
||||
puts "#{f.name}: #{specs*', '}#{' (pinned)' if f.pinned?}"
|
||||
puts "#{f.full_name}: #{specs*', '}#{' (pinned)' if f.pinned?}"
|
||||
|
||||
puts f.desc if f.desc
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user