always be polite to the user :)
This commit is contained in:
parent
a8788f4a0a
commit
1b80fc8cc8
|
@ -166,8 +166,8 @@ module Jekyll
|
|||
|
||||
if config.has_key? 'server_port'
|
||||
Jekyll::Logger.warn "Deprecation:", "The 'server_port' configuration option" +
|
||||
" has been renamed to 'port'. Update your config file" +
|
||||
" accordingly."
|
||||
" has been renamed to 'port'. Please update your config" +
|
||||
" file accordingly."
|
||||
# copy but don't overwrite:
|
||||
config['port'] = config['server_port'] unless config.has_key?('port')
|
||||
config.delete('server_port')
|
||||
|
|
Loading…
Reference in New Issue