aboutsummaryrefslogtreecommitdiff
path: root/src/kyclogic/taler-exchange-kyc-oauth2-test-converter.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-07-25 15:25:39 +0200
committerChristian Grothoff <christian@grothoff.org>2024-07-29 12:18:48 +0200
commitccb799456e4010c0258929605512449fd0beaf87 (patch)
tree3bfa7afda3d49556f361739153205483666122e6 /src/kyclogic/taler-exchange-kyc-oauth2-test-converter.sh
parent1060d677ba1002486940fc814fad16dc1452894b (diff)
downloadexchange-ccb799456e4010c0258929605512449fd0beaf87.tar.xz
-misc bugfixes
Diffstat (limited to 'src/kyclogic/taler-exchange-kyc-oauth2-test-converter.sh')
-rwxr-xr-xsrc/kyclogic/taler-exchange-kyc-oauth2-test-converter.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kyclogic/taler-exchange-kyc-oauth2-test-converter.sh b/src/kyclogic/taler-exchange-kyc-oauth2-test-converter.sh
index 76f9f16c4..00a6fce07 100755
--- a/src/kyclogic/taler-exchange-kyc-oauth2-test-converter.sh
+++ b/src/kyclogic/taler-exchange-kyc-oauth2-test-converter.sh
@@ -9,6 +9,7 @@
# Die if anything goes wrong.
set -eu
+echo "Running $0" 1>&2
# First, extract everything from stdin.
J=$(jq '{"id":.data.id,"first":.data.first_name,"last":.data.last_name,"birthdate":.data.birthdate,"status":.status}')