gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fmt string fix


From: gnunet
Subject: [taler-deployment] branch master updated: fmt string fix
Date: Tue, 18 Feb 2020 09:54:15 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 4a66f96  fmt string fix
4a66f96 is described below

commit 4a66f96ee49b8cfa6f5a55a721416f2a7a924b9f
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Feb 18 09:54:08 2020 +0100

    fmt string fix
---
 bin/taler-config-generate | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-config-generate b/bin/taler-config-generate
index 1396d15..a2af2e4 100755
--- a/bin/taler-config-generate
+++ b/bin/taler-config-generate
@@ -282,7 +282,7 @@ def main(currency, envname, outdir, exchange_pub, twisted):
     sc = ConfigFile(envname, currency, exchange_pub, twisted, "sync.conf")
     sc.cfg_put("sync", "annual_fee", sc.currency+":0.1")
     sc.cfg_put("sync", "serve", "unix")
-    sc.cfg_put("syncdb-postgres", "config", "postgres:///taler{}" % envname)
+    sc.cfg_put("syncdb-postgres", "config", "postgres:///taler%s" % envname)
     sc.cfg_put("sync", "unixpath", "$HOME/sockets/sync.http")
     config_files.append(sc)
 

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



reply via email to

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