taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit d4597c7ec176097e92aa4366ad27dc6c902a47ca
parent ec9e1c76d52a496f5c33f62527c742dc92851925
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Wed,  5 Dec 2018 20:01:45 +0100

Missing back-slash.

Diffstat:
Mbuildbot/make_auditor_reports.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.