deprecator.rb: fix typo for --serve command (#6229)

Merge pull request 6229
This commit is contained in:
ashmaroli 2017-07-18 17:41:23 +05:30 committed by jekyllbot
parent c2b240e9b5
commit c0c1185c56
1 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@ module Jekyll
def process(args)
arg_is_present? args, "--server", "The --server command has been replaced by the \
'serve' subcommand."
arg_is_present? args, "--serve", "The --server command has been replaced by the \
arg_is_present? args, "--serve", "The --serve command has been replaced by the \
'serve' subcommand."
arg_is_present? args, "--no-server", "To build Jekyll without launching a server, \
use the 'build' subcommand."
@ -46,6 +46,5 @@ module Jekyll
Jekyll.logger.warn "Defaults:", "Please update your front-matter defaults to use \
'type: #{current}'."
end
end
end