Skip to content

Commit

Permalink
unbreak
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed May 13, 2015
1 parent 370b5d8 commit 6f99fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v7/asciidoc/asciidoc.py
Expand Up @@ -51,7 +51,7 @@ class CompileAsciiDoc(PageCompiler):

def compile_html(self, source, dest, is_two_file=True):
makedirs(os.path.dirname(dest))
binary = self.site.options.get('ASCIIDOC_BINARY', 'asciidoc')
binary = self.site.config.get('ASCIIDOC_BINARY', 'asciidoc')
try:
subprocess.check_call((binary, '-b', 'html5', '-s', '-o', dest, source))
except OSError as e:
Expand Down

0 comments on commit 6f99fa6

Please sign in to comment.