gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -avoid // in URL


From: gnunet
Subject: [taler-merchant] branch master updated: -avoid // in URL
Date: Thu, 12 Jan 2023 18:13:26 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new af6b944e -avoid // in URL
af6b944e is described below

commit af6b944efb53f429c1a67c30b7ae7576a464b0f5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jan 12 18:13:24 2023 +0100

    -avoid // in URL
---
 src/testing/initialize_taler_system.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testing/initialize_taler_system.sh 
b/src/testing/initialize_taler_system.sh
index b12ac583..fe84c9ae 100755
--- a/src/testing/initialize_taler_system.sh
+++ b/src/testing/initialize_taler_system.sh
@@ -51,7 +51,7 @@ function cleanup()
 }
 
 NEXUS_PORT=8082
-SANDBOX_URL=http://localhost:1$NEXUS_PORT/
+SANDBOX_URL=http://localhost:1$NEXUS_PORT
 export BANK_URL=$SANDBOX_URL
 function get_payto_uri() {
     export LIBEUFIN_SANDBOX_USERNAME=$1

-- 
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]