From 101a500dbd297a16dbfd6d99ba7b8590bd1757cb Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Sat, 25 Jun 2011 14:02:15 -0500 Subject: [PATCH] Unknown is impossible --- bin/linguist | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/linguist b/bin/linguist index c726d71f..b7434b72 100755 --- a/bin/linguist +++ b/bin/linguist @@ -17,10 +17,8 @@ elsif File.file?(path) 'Text' elsif blob.image? 'Image' - elsif blob.binary? - 'Binary' else - '???' + 'Binary' end puts "#{blob.name}: #{blob.loc} lines (#{blob.sloc} sloc)"