Skip to content

Commit

Permalink
ws
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Jun 10, 2013
1 parent 490afdd commit 1a53d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/linguist/blob_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def binary_mime_type?
#
# Return true or false
def likely_binary?
binary_mime_type? and not Language.find_by_filename(name)
binary_mime_type? && !Language.find_by_filename(name)
end

# Public: Get the Content-Type header value
Expand Down

0 comments on commit 1a53d19

Please sign in to comment.