summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot')
-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 06ab3bb..729a58d 100755
--- 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