Skip to content
Snippets Groups Projects
Commit 04013816 authored by Simon Sigurdhsson's avatar Simon Sigurdhsson Committed by Mike McQuaid
Browse files

brew-info: Add pinned status to info.


Closes Homebrew/homebrew#18851.

Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
parent 249b7776
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment