diff --git a/bin/linguist b/bin/linguist index ec37347f..c726d71f 100755 --- a/bin/linguist +++ b/bin/linguist @@ -24,10 +24,10 @@ elsif File.file?(path) end puts "#{blob.name}: #{blob.loc} lines (#{blob.sloc} sloc)" - puts " type: #{type}" - puts " extension: #{blob.pathname.extname}" - puts " mime type: #{blob.mime_type}" - puts " language: #{blob.language}" + puts " type: #{type}" + puts " extension: #{blob.pathname.extname}" + puts " mime type: #{blob.mime_type}" + puts " language: #{blob.language}" if blob.large? puts " blob is to large to be shown"