summaryrefslogtreecommitdiff
path: root/buildbot/make_auditor_reports.sh
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot/make_auditor_reports.sh')
-rwxr-xr-xbuildbot/make_auditor_reports.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
index 33dfdc3..bc11ea5 100755
--- a/buildbot/make_auditor_reports.sh
+++ b/buildbot/make_auditor_reports.sh
@@ -31,7 +31,7 @@ taler-wire-auditor > "${WIRE_REPORT_FILE_NOEXT}.txt"
python ${PWD}/render_auditor_reports.py \
"${REPORT_FILE_NOEXT}.txt" \
"${WIRE_REPORT_FILE_NOEXT}.txt" \
- > "${REPORT_FILE_NOEXT}.tex"
+ > "${REPORT_FILE_NOEXT}.tex" \
< "${JINJA_TEMPLATE}"
# POLISHING ENDS HERE.