mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
Remove extname from bin out
This commit is contained in:
@@ -23,7 +23,6 @@ elsif File.file?(path)
|
|||||||
|
|
||||||
puts "#{blob.name}: #{blob.loc} lines (#{blob.sloc} sloc)"
|
puts "#{blob.name}: #{blob.loc} lines (#{blob.sloc} sloc)"
|
||||||
puts " type: #{type}"
|
puts " type: #{type}"
|
||||||
puts " extension: #{blob.pathname.extname}"
|
|
||||||
puts " mime type: #{blob.mime_type}"
|
puts " mime type: #{blob.mime_type}"
|
||||||
puts " language: #{blob.language}"
|
puts " language: #{blob.language}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user