diff options
| author | Joshua Peek <josh@joshpeek.com> | 2011-06-25 14:02:15 -0500 |
|---|---|---|
| committer | Joshua Peek <josh@joshpeek.com> | 2011-06-25 14:02:15 -0500 |
| commit | 101a500dbd297a16dbfd6d99ba7b8590bd1757cb (patch) | |
| tree | c117c17626650b54f479c81490c1a9e8b5633959 /bin | |
| parent | 4030d397db31b70783fb86b6f6368d0c0831edc3 (diff) | |
Unknown is impossible
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/linguist | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/linguist b/bin/linguist index c726d71..b7434b7 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)" |
