From c88b2f77393b5dcfa3b7227db545cf6b39a2d41e Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Sat, 25 Jun 2011 14:01:06 -0500 Subject: [PATCH] Remove content-type from bin --- bin/linguist | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/linguist b/bin/linguist index 94ec830b..ec37347f 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?