Skip to content
Snippets Groups Projects
Commit f3f8ca95 authored by CNA-Bld's avatar CNA-Bld Committed by Mike McQuaid
Browse files

add pin info to tap-info

parent 194618be
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@ module Homebrew
puts unless i == 0
info = "#{tap}: "
if tap.installed?
info += tap.pinned? ? "pinned, " : "unpinned, "
formula_count = tap.formula_files.size
info += "#{formula_count} formula#{plural(formula_count, "e")} " if formula_count > 0
command_count = tap.command_files.size
......
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