brew-info: Add pinned status to info.
Closes Homebrew/homebrew#18851. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
249b777684
commit
040138164b
@ -79,7 +79,7 @@ module Homebrew extend self
|
||||
specs << "devel #{f.devel.version}" if f.devel
|
||||
specs << "HEAD" if f.head
|
||||
|
||||
puts "#{f.name}: #{specs*', '}"
|
||||
puts "#{f.name}: #{specs*', '}#{' (pinned)' if f.pinned?}"
|
||||
|
||||
puts f.homepage
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user