From 396ec2efae0cb275d5a52c05167d9e1da2875c4c Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 30 Sep 2009 00:27:15 +0100 Subject: Show trailing / for dirs with brew list --- Library/Homebrew/brew.h.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb index 078a2928f..82bcafe70 100644 --- a/Library/Homebrew/brew.h.rb +++ b/Library/Homebrew/brew.h.rb @@ -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 -- cgit v1.2.3