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 1c4136547..f9aeeae5b 100644
--- a/Library/Homebrew/cmd/info.rb
+++ b/Library/Homebrew/cmd/info.rb
@@ -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