fixed a syntax error
This commit is contained in:
parent
c627cd3519
commit
b3e27f2c5d
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue