aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/info.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/info.rb b/Library/Homebrew/cmd/info.rb
index fd99d89d5..8d182ce7e 100644
--- a/Library/Homebrew/cmd/info.rb
+++ b/Library/Homebrew/cmd/info.rb
@@ -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