commit f56e58d71b5d8707ab0839765f0cb2bb8213a188 parent 169d1a37589a748d84701555e4f48f3177d40bfa Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Tue, 4 Dec 2018 16:56:51 +0100 Syntax. Diffstat:
| M | buildbot/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 @@ -30,7 +30,7 @@ REPORTS_DIRECTORY="/home/${TALER_DEPLOYMENT}/reports" CMD=$(printf "%s; %s; %s" \ "source /home/${ACTIVE_COLOR}/activate" \ 'echo $PATH' \ - 'taler-auditor-exchange -m $(taler-config -s exchange -o master_public_key) \ + 'taler-auditor-exchange -m $(taler-config -s exchange -o master_public_key) -u $(taler-config -s exchange -o base_url)') echo $CMD