Forgot parantheses

This commit is contained in:
Aaron Puchert
2013-12-03 17:21:43 +01:00
parent 53f29344f8
commit 86329a0758

View File

@@ -179,9 +179,9 @@ module Linguist
# names don't contain numbers. So look if the line contains digits. Also
# look for some special cases without version numbers.
return creator =~ /[0-9]/ ||
creator.include? "mpage" ||
creator.include? "draw" ||
creator.include? "ImageMagick"
creator.include?("mpage") ||
creator.include?("draw") ||
creator.include?("ImageMagick")
end
# Internal: Is the blob a C++, Java or Python source file generated by the