From a41f40a30eb2e94e83abddc90149ba25090b2861 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Wed, 15 Aug 2012 09:31:01 -0700 Subject: [PATCH] Remove extname from bin out --- bin/linguist | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/linguist b/bin/linguist index ea6012e3..1be091c3 100755 --- a/bin/linguist +++ b/bin/linguist @@ -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}"