commit 41f743d574c938b1e92723a6d74f1d2ee78d9ad6
parent 6b0300970c3b92b20a5a1184cbe6acd6157147e4
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 4 May 2025 10:49:34 +0200
fix another problem related to #9849
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/kyclogic/taler-exchange-helper-measure-tops-3rdparty-check b/src/kyclogic/taler-exchange-helper-measure-tops-3rdparty-check
@@ -65,7 +65,7 @@ do
exit 0
;;
v)
- echo "$0 v0.0.1"
+ echo "$0 v0.0.2"
exit 0
;;
V)
@@ -144,9 +144,8 @@ jq -n \
--argjson inv "$INVESTIGATE" \
--argjson et "$EXPIRATION_TIME" \
--argjson sm "$SUCCESSOR_MEASURE" \
- --argjson cm "$CUSTOM_MEASURES" \
--argjson nm "$NEW_MEASURES" \
--argjson nr "$NEW_RULES" \
- '{"to_investigate":$inv,"new_measures":$nm,"new_rules":($nr+{"expiration_time":$et,"successor_measure":$sm,"custom_measures":({}+$nr.custom_measures+$cm)})}|del(..|nulls)'
+ '{"to_investigate":$inv,"new_measures":$nm,"new_rules":($nr+{"expiration_time":$et,"successor_measure":$sm,"custom_measures":({}+$nr.custom_measures)})}|del(..|nulls)'
exit 0