gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: fix URL (wants end-slash)


From: gnunet
Subject: [taler-deployment] branch master updated: fix URL (wants end-slash)
Date: Fri, 20 Nov 2020 17:11:25 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 330792a  fix URL (wants end-slash)
330792a is described below

commit 330792ab7097ae79d8d2dbabf943b2bef1d8c445
Author: MS <ms@taler.net>
AuthorDate: Fri Nov 20 17:11:20 2020 +0100

    fix URL (wants end-slash)
---
 bin/taler-config-tips | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-config-tips b/bin/taler-config-tips
index f7fc01b..a8bcae5 100755
--- a/bin/taler-config-tips
+++ b/bin/taler-config-tips
@@ -16,7 +16,7 @@ APIKEY=$(taler-config -s frontends -o backend_apikey)
 PAYTO_WITH_SUBJECT=$(taler-merchant-setup-reserve \
   --amount="${CURRENCY}:20" \
   --exchange-url=${EXCHANGE_URL} \
-  --merchant-url=$(join_no_double_slash ${MERCHANT_URL} "/instances/survey") \
+  --merchant-url=$(join_no_double_slash ${MERCHANT_URL} "/instances/survey/") \
   --wire-method=${WIRE_METHOD} \
   --apikey="ApiKey ${APIKEY}")
 echo "Merchant generated the following tip-reserve: $PAYTO_WITH_SUBJECT"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]