summaryrefslogtreecommitdiff
path: root/src/auditor
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-02 22:00:29 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-02 22:00:29 +0100
commit3f1cfc9e14bba02fcb63eccdbc3aaf50a7c91c0a (patch)
treedf8c134642dba551d196d5b0695577ddf49ece43 /src/auditor
parentdded43aafad25963eb5f46a77c3cbc0fc986cd9d (diff)
downloadexchange-3f1cfc9e14bba02fcb63eccdbc3aaf50a7c91c0a.tar.gz
exchange-3f1cfc9e14bba02fcb63eccdbc3aaf50a7c91c0a.tar.bz2
exchange-3f1cfc9e14bba02fcb63eccdbc3aaf50a7c91c0a.zip
also run purse helper
Diffstat (limited to 'src/auditor')
-rw-r--r--src/auditor/taler-auditor.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/taler-auditor.in b/src/auditor/taler-auditor.in
index e883acb44..b00228fb8 100644
--- a/src/auditor/taler-auditor.in
+++ b/src/auditor/taler-auditor.in
@@ -84,7 +84,7 @@ ARGS=("$@")
ARGS=(${ARGS[@]/$INF})
DIR=`mktemp -d reportXXXXXX`
-for n in aggregation coins deposits reserves
+for n in aggregation coins deposits purses reserves
do
taler-helper-auditor-$n ${ARGS[*]} > ${DIR}/$n.json
done