summaryrefslogtreecommitdiff
path: root/buildbot/make_auditor_reports.sh
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-12-04 18:22:49 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-12-04 18:22:49 +0100
commit2d5e8491741b5bba0b4fdb466fd5fb0ffb76a92c (patch)
tree507dc188d2f2665573ea226d49a263bc39ae8b76 /buildbot/make_auditor_reports.sh
parent26c221aeba6b45fd3d23ef4fbddcb9cb8e1cde04 (diff)
downloaddeployment-2d5e8491741b5bba0b4fdb466fd5fb0ffb76a92c.tar.gz
deployment-2d5e8491741b5bba0b4fdb466fd5fb0ffb76a92c.tar.bz2
deployment-2d5e8491741b5bba0b4fdb466fd5fb0ffb76a92c.zip
syntax
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 5326218..fc86b8a 100755
--- a/buildbot/make_auditor_reports.sh
+++ b/buildbot/make_auditor_reports.sh
@@ -34,7 +34,7 @@ TALER_AUDITOR_EXCHANGE=$(printf "taler-auditor-exchange -c %s -m %s -u %s" \
CMD=$(printf "%s; %s" \
"source /home/${ACTIVE_COLOR}/activate" \
- "${TALER_AUDITOR_EXCHANGE}"
+ "${TALER_AUDITOR_EXCHANGE}")
echo About to execute: $CMD
${SUDO_COLOR} bash -c "$CMD"