gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix invocation


From: gnunet
Subject: [taler-deployment] branch master updated: fix invocation
Date: Tue, 25 May 2021 13:50:22 +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 cc97757  fix invocation
cc97757 is described below

commit cc97757958a6c4dfafdedd0f4f742e7f9001cd94
Author: MS <ms@taler.net>
AuthorDate: Tue May 25 13:50:19 2021 +0200

    fix invocation
---
 bin/taler-deployment-config-instances | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment-config-instances 
b/bin/taler-deployment-config-instances
index 83ce134..04c2179 100755
--- a/bin/taler-deployment-config-instances
+++ b/bin/taler-deployment-config-instances
@@ -74,7 +74,7 @@ def ensure_instance(instance_id, name, payto_uris, auth):
 
 def ensure_default_instance():
     system("taler-deployment-arm -k taler-merchant")
-    env_with_token = os.environ.copy()
+    env_with_token = environ.copy()
     env_with_token["TALER_MERCHANT_TOKEN"] = TALER_ENV_FRONTENDS_APITOKEN
     merchant = Popen(["taler-merchant-httpd"], env=env_with_token)
     ensure_instance(

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