Skip to content

Commit

Permalink
deprecator.rb: fix typo for --serve command (#6229)
Browse files Browse the repository at this point in the history
Merge pull request 6229
  • Loading branch information
ashmaroli authored and jekyllbot committed Jul 18, 2017
1 parent c2b240e commit c0c1185
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/jekyll/deprecator.rb
Expand Up @@ -5,7 +5,7 @@ module Deprecator
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."
Expand Down Expand Up @@ -46,6 +46,5 @@ def defaults_deprecate_type(old, current)
Jekyll.logger.warn "Defaults:", "Please update your front-matter defaults to use \
'type: #{current}'."
end

end
end

0 comments on commit c0c1185

Please sign in to comment.