Show trailing / for dirs with brew list

This commit is contained in:
Max Howell 2009-09-30 00:27:15 +01:00
parent 98081ce26a
commit 396ec2efae

View File

@ -346,7 +346,7 @@ private
when 1
puts *files
else
puts "#{root} (#{files.length} #{other}files)"
puts "#{root}/ (#{files.length} #{other}files)"
end
end
end