summaryrefslogtreecommitdiff
path: root/src/kyclogic
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-11-03 23:59:01 +0100
committerChristian Grothoff <christian@grothoff.org>2023-11-03 23:59:16 +0100
commit2992b42baedc5c2f5afeaef89c55604c45849370 (patch)
tree426bd1ab5defd415e94ee4107c2ac3d724d6cf9a /src/kyclogic
parentda82759b46c20ba5d46e963227b5d40ee1140532 (diff)
downloadexchange-2992b42baedc5c2f5afeaef89c55604c45849370.tar.gz
exchange-2992b42baedc5c2f5afeaef89c55604c45849370.tar.bz2
exchange-2992b42baedc5c2f5afeaef89c55604c45849370.zip
-typo
Diffstat (limited to 'src/kyclogic')
-rwxr-xr-xsrc/kyclogic/taler-exchange-kyc-oauth2-challenger.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kyclogic/taler-exchange-kyc-oauth2-challenger.sh b/src/kyclogic/taler-exchange-kyc-oauth2-challenger.sh
index 667dce5e7..729abc504 100755
--- a/src/kyclogic/taler-exchange-kyc-oauth2-challenger.sh
+++ b/src/kyclogic/taler-exchange-kyc-oauth2-challenger.sh
@@ -22,6 +22,6 @@ fi
echo "$J" \
| jq \
--arg id "${ROWID}" \
- '{$id,"email":.email,"expires",.expires}'
+ '{$id,"email":.email,"expires":.expires}'
exit 0