mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Fixup output
This commit is contained in:
@@ -19,7 +19,6 @@ if File.directory?(path)
|
|||||||
breakdown = repo.breakdown_by_file
|
breakdown = repo.breakdown_by_file
|
||||||
breakdown.each do |lang, files|
|
breakdown.each do |lang, files|
|
||||||
puts "#{lang}: #{files}"
|
puts "#{lang}: #{files}"
|
||||||
puts
|
|
||||||
end
|
end
|
||||||
elsif File.file?(path)
|
elsif File.file?(path)
|
||||||
blob = Linguist::FileBlob.new(path, Dir.pwd)
|
blob = Linguist::FileBlob.new(path, Dir.pwd)
|
||||||
|
|||||||
Reference in New Issue
Block a user