aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2012-08-15 09:31:01 -0700
committerJoshua Peek <josh@joshpeek.com>2012-08-15 09:31:01 -0700
commita41f40a30eb2e94e83abddc90149ba25090b2861 (patch)
treefe1d473f758adbec1036cd4fffdee6ae3bae7004
parent080cd097ba402f1863549e42b5710c77d3d6d147 (diff)
Remove extname from bin out
-rwxr-xr-xbin/linguist1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/linguist b/bin/linguist
index ea6012e..1be091c 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}"