mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
fixed a syntax error
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user