diff options
| author | Joshua Peek <josh@joshpeek.com> | 2011-06-25 14:01:06 -0500 |
|---|---|---|
| committer | Joshua Peek <josh@joshpeek.com> | 2011-06-25 14:01:06 -0500 |
| commit | c88b2f77393b5dcfa3b7227db545cf6b39a2d41e (patch) | |
| tree | 2952e76112cc90a20c1a9f0d526fd906ea8a42d3 /bin | |
| parent | 1b40ed498695910b128864f9e23973a62b3a8dc7 (diff) | |
Remove content-type from bin
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/linguist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/linguist b/bin/linguist index 94ec830..ec37347 100755 --- a/bin/linguist +++ b/bin/linguist @@ -27,7 +27,6 @@ elsif File.file?(path) puts " type: #{type}" puts " extension: #{blob.pathname.extname}" puts " mime type: #{blob.mime_type}" - puts " content type: #{blob.content_type}" puts " language: #{blob.language}" if blob.large? |
