diff options
Diffstat (limited to 'Library/Homebrew/cmd/prune.rb')
| -rw-r--r-- | Library/Homebrew/cmd/prune.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/prune.rb b/Library/Homebrew/cmd/prune.rb index 1f4577b0d..0ea11ca73 100644 --- a/Library/Homebrew/cmd/prune.rb +++ b/Library/Homebrew/cmd/prune.rb @@ -38,11 +38,10 @@ module Homebrew extend self repair_taps unless ARGV.dry_run? - n, d = ObserverPathnameExtension.counts - if ObserverPathnameExtension.total.zero? puts "Nothing pruned" if ARGV.verbose? else + n, d = ObserverPathnameExtension.counts print "Pruned #{n} symbolic links " print "and #{d} directories " if d > 0 puts "from #{HOMEBREW_PREFIX}" |
