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