Skip to content

Commit

Permalink
Fix incorrect name for pandoc path option
Browse files Browse the repository at this point in the history
  • Loading branch information
KoharaKazuya committed Apr 15, 2015
1 parent baa58ab commit 2fe815e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/langs/markdown-beautify.coffee
Expand Up @@ -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?
Expand Down

0 comments on commit 2fe815e

Please sign in to comment.