Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
failys committed Nov 25, 2018
1 parent e1e641a commit 0080586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cairis/misc/DocumentBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -2046,6 +2046,6 @@ def build(dbProxy,docType,sectionFlags,typeFlags,fileName,docDir):
b = Borg()
if(b.docker == True):
requestString = "http://cairis-docs:5000/latexApi"
requests.post(requestString, data={'docBookCmd': dockBookCmd})
requests.post(requestString, data={'docBookCmd': docBookCmd})
else:
os.system(docBookCmd)

0 comments on commit 0080586

Please sign in to comment.