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'
|
when 'abv', 'stats', 'statistics'
|
||||||
cellar=$root+'Cellar'
|
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
|
when 'prune', 'pasteurize' then
|
||||||
puts "Pruned #{prune} files"
|
puts "Pruned #{prune} files"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user