Skip to content

Commit

Permalink
Remove extname from bin out
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Aug 15, 2012
1 parent 080cd09 commit a41f40a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/linguist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ elsif File.file?(path)

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}"

Expand Down

0 comments on commit a41f40a

Please sign in to comment.