Merge pull request #6060 from MikeMcQuaid/info-frozen
cmd/info: fix frozen pathname usage.
This commit is contained in:
commit
057443c20a
@ -73,7 +73,7 @@ module Homebrew
|
||||
output_analytics
|
||||
elsif HOMEBREW_CELLAR.exist?
|
||||
count = Formula.racks.length
|
||||
puts "#{count} #{"keg".pluralize(count)}, #{HOMEBREW_CELLAR.abv}"
|
||||
puts "#{count} #{"keg".pluralize(count)}, #{HOMEBREW_CELLAR.dup.abv}"
|
||||
end
|
||||
else
|
||||
ARGV.named.each_with_index do |f, i|
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user