commit e10fc753df709cc9f6d4adddc7699640a52cf89e
parent 9aa8fa0d70f8c941f546ee42c389ae4c25739227
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Tue, 10 May 2016 15:03:00 +0200
typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchange/taler-config-generate b/src/exchange/taler-config-generate
@@ -135,7 +135,7 @@ then
then
JSONF=`$CS -s merchant-wireformat -o ${ARG_W}_RESPONSE_FILE -f`
mkdir -p `dirname "$JSONF"`
- echo "$ARG_J" > "$JSONF" || exit 1
+ echo "$ARG_JM" > "$JSONF" || exit 1
else
echo "Skipped generating wire details for merchant"
fi