aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2011-06-25 14:01:06 -0500
committerJoshua Peek <josh@joshpeek.com>2011-06-25 14:01:06 -0500
commitc88b2f77393b5dcfa3b7227db545cf6b39a2d41e (patch)
tree2952e76112cc90a20c1a9f0d526fd906ea8a42d3 /bin
parent1b40ed498695910b128864f9e23973a62b3a8dc7 (diff)
Remove content-type from bin
Diffstat (limited to 'bin')
-rwxr-xr-xbin/linguist1
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?