brew abv whitespace display correction
This commit is contained in:
parent
bff155932d
commit
7bb66cf93a
@ -86,7 +86,7 @@ case ARGV[0]
|
||||
|
||||
when 'abv', 'stats', 'statistics'
|
||||
cellar=$root+'Cellar'
|
||||
print `find #{cellar} -type f | wc -l`.strip+' files,'+`du -hd0 #{cellar} | cut -d"\t" -f1`
|
||||
print `find #{cellar} -type f | wc -l`.strip+' files, '+`du -hd0 #{cellar} | cut -d"\t" -f1`.strip
|
||||
|
||||
when 'prune', 'pasteurize' then
|
||||
puts "Pruned #{prune} files"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user