mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-17 01:52:02 -05:00
Don't default 'include' and 'exclude' to an empty array
This commit is contained in:
@@ -246,7 +246,6 @@ module Jekyll
|
||||
end
|
||||
|
||||
%w(include exclude).each do |option|
|
||||
config[option] ||= []
|
||||
if config[option].is_a?(String)
|
||||
Jekyll::Deprecator.deprecation_message "The '#{option}' configuration option" \
|
||||
" must now be specified as an array, but you specified" \
|
||||
|
||||
Reference in New Issue
Block a user