diff --git a/lib/linguist/blob_helper.rb b/lib/linguist/blob_helper.rb index 22a019ad..6cb1e6a5 100644 --- a/lib/linguist/blob_helper.rb +++ b/lib/linguist/blob_helper.rb @@ -110,7 +110,7 @@ module Linguist # # Return true or false def vendored? - name =~ VendoredRegexp + name =~ VendoredRegexp ? true : false end ################################################################