Fix error in exception message in Markdown Converter [ci skip]
This commit is contained in:
parent
60b43104ee
commit
7b9984699c
|
@ -21,7 +21,7 @@ module Jekyll
|
|||
else
|
||||
Jekyll.logger.error "Invalid Markdown Processor:", "#{@config['markdown']}"
|
||||
Jekyll.logger.error "", "Valid options are [ maruku | rdiscount | kramdown | redcarpet ]"
|
||||
raise FatalException, "Invalid Markdown process: #{@config['markdown']}"
|
||||
raise FatalException, "Invalid Markdown Processor: #{@config['markdown']}"
|
||||
end
|
||||
end
|
||||
@setup = true
|
||||
|
|
Loading…
Reference in New Issue