Skip to content

Commit 5d82a20

Browse files
author
Sam Kleinman
committed
build: minor syntax correction
1 parent 562da7b commit 5d82a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/makefile-builder/sphinx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def make_all_sphinx(sphinx):
6767
m.target('.PHONY', '$(sphinx-targets)', block='footer')
6868

6969
def build_kickoff(loc, block):
70-
m.job('mkdir -p $(branch-output)/' + loc, block)
70+
m.job('mkdir -p $(branch-output)/' + loc, block=block)
7171
m.msg('[$@]: created $(branch-output)/' + loc, block)
7272
m.msg('[sphinx]: starting $@ build', block)
7373
m.msg('[$@]: build started at `date`.', block)

0 commit comments

Comments
 (0)