fixed a syntax error

This commit is contained in:
xiaojian cai 2013-01-10 19:41:11 +08:00
parent c627cd3519
commit b3e27f2c5d
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ module Jekyll
end
def glob_include?(exps, e)
exps.any? { |exp| File.fnmatch?(exp, e) })
exps.any? { |exp| File.fnmatch?(exp, e) }
end
# Get the implementation class for the given Converter.