gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: typos


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: typos
Date: Thu, 10 Oct 2019 16:21:50 +0200

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 9baf9da  typos
9baf9da is described below

commit 9baf9da78e7831239f119bfdbe4549fc10e32cad
Author: Florian Dold <address@hidden>
AuthorDate: Thu Oct 10 19:51:46 2019 +0530

    typos
---
 bin/taler-deployment | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index 852184e..4b21384 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -49,9 +49,9 @@ def bootstrap(envname):
     home = Path.home()
 
     # read Python-style config
-    cfg = types.ModuleType(name)
+    cfg = types.ModuleType("taler_deployment_cfg")
     cfgtext = (home / "envcfg.py").read_text()
-    exec(cfgtext, module.__dict__)
+    exec(cfgtext, cfg.__dict__)
 
     repos = [
         ("gnunet", "git://gnunet.org/gnunet.git"),

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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