summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-12-04 16:56:51 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-12-04 16:56:51 +0100
commitf56e58d71b5d8707ab0839765f0cb2bb8213a188 (patch)
tree3225f3cc7ae50f29f78e4021218d21963b08b020
parent169d1a37589a748d84701555e4f48f3177d40bfa (diff)
downloaddeployment-f56e58d71b5d8707ab0839765f0cb2bb8213a188.tar.gz
deployment-f56e58d71b5d8707ab0839765f0cb2bb8213a188.tar.bz2
deployment-f56e58d71b5d8707ab0839765f0cb2bb8213a188.zip
Syntax.
-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