summaryrefslogtreecommitdiff
path: root/buildbot/make_auditor_reports.sh
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-12-05 20:01:45 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-12-05 20:01:45 +0100
commitd4597c7ec176097e92aa4366ad27dc6c902a47ca (patch)
tree863fde18da1c6810e379422abf9ee8e51937e7ef /buildbot/make_auditor_reports.sh
parentec9e1c76d52a496f5c33f62527c742dc92851925 (diff)
downloaddeployment-d4597c7ec176097e92aa4366ad27dc6c902a47ca.tar.gz
deployment-d4597c7ec176097e92aa4366ad27dc6c902a47ca.tar.bz2
deployment-d4597c7ec176097e92aa4366ad27dc6c902a47ca.zip
Missing back-slash.
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.