Fix incorrect name for pandoc path option

This commit is contained in:
KoharaKazuya 2015-04-15 20:40:57 +09:00
parent baa58ab5d5
commit 2fe815e47c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ allowUnsafeNewFunction = null
getCmd = (inputPath, outputPath, options, cb) ->
optionsStr = " --read markdown --write markdown --output \"" + outputPath + "\" \"" + inputPath + "\""
pandocPath = options.markdown_beautifier_path # jshint ignore: line
pandocPath = options.pandoc_path # jshint ignore: line
yamlFrontMatter = options.yaml_front_matter # jshint ignore: line
cmd = ""
if pandocPath?