Fix spacing on the msg in Configuration#renamed_key
This commit is contained in:
parent
6ed193277d
commit
d74f8d6dd9
|
@ -286,8 +286,8 @@ module Jekyll
|
|||
def renamed_key(old, new, config, _ = nil)
|
||||
if config.key?(old)
|
||||
Jekyll::Deprecator.deprecation_message "The '#{old}' configuration" \
|
||||
"option has been renamed to '#{new}'. Please update your config " \
|
||||
"file accordingly."
|
||||
" option has been renamed to '#{new}'. Please update your config" \
|
||||
" file accordingly."
|
||||
config[new] = config.delete(old)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue