diff options
| author | Joshua Peek <josh@joshpeek.com> | 2012-08-15 09:31:01 -0700 |
|---|---|---|
| committer | Joshua Peek <josh@joshpeek.com> | 2012-08-15 09:31:01 -0700 |
| commit | a41f40a30eb2e94e83abddc90149ba25090b2861 (patch) | |
| tree | fe1d473f758adbec1036cd4fffdee6ae3bae7004 | |
| parent | 080cd097ba402f1863549e42b5710c77d3d6d147 (diff) | |
Remove extname from bin out
| -rwxr-xr-x | bin/linguist | 1 |
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}" |
