commit cc97757958a6c4dfafdedd0f4f742e7f9001cd94
parent a357d8f39f48a991296eaac3bba9f828f3a5eb10
Author: MS <ms@taler.net>
Date: Tue, 25 May 2021 13:50:19 +0200
fix invocation
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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(