gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: nameError


From: gnunet
Subject: [taler-deployment] branch master updated: nameError
Date: Fri, 24 Jul 2020 14:16:50 +0200

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 edff3da  nameError
edff3da is described below

commit edff3da0ba28389a19fd7b7b6e9cdd0838d047e3
Author: MS <ms@taler.net>
AuthorDate: Fri Jul 24 14:16:46 2020 +0200

    nameError
---
 bin/taler-config-instances | 2 +-
 bin/taler-config-tips      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/taler-config-instances b/bin/taler-config-instances
index adde06a..ac4052a 100755
--- a/bin/taler-config-instances
+++ b/bin/taler-config-instances
@@ -11,7 +11,7 @@ if not MERCHANT_BACKEND_BASE_URL:
     exit(1)
 
 TALER_ENV_NAME = environ.get("TALER_ENV_NAME")
-if not MERCHANT_BACKEND_BASE_URL:
+if not TALER_ENV_NAME:
     print("TALER_ENV_NAME not defined.  Please source the ~/activate file.")
     exit(1)
 
diff --git a/bin/taler-config-tips b/bin/taler-config-tips
index fd8a178..e10c6c5 100755
--- a/bin/taler-config-tips
+++ b/bin/taler-config-tips
@@ -14,7 +14,7 @@ def expectResponse(response, expected_status_codes):
     return response
 
 TALER_ENV_NAME = environ.get("TALER_ENV_NAME")
-if not MERCHANT_BACKEND_BASE_URL:
+if not TALER_ENV_NAME:
     print("TALER_ENV_NAME not defined.  Please source the ~/activate file.")
     exit(1)
 MERCHANT_BACKEND = f"https://backend.{TALER_ENV_NAME}.taler.net/";

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