[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: path
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: path |
Date: |
Mon, 27 Jan 2025 19:08:58 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository taler-deployment.
The following commit(s) were added to refs/heads/master by this push:
new 934f608 path
934f608 is described below
commit 934f6080466e9385ae9301a746264f0d731bf4d1
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Jan 27 19:08:17 2025 +0100
path
---
regional-currency/config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/regional-currency/config.py b/regional-currency/config.py
index e382927..25d0761 100755
--- a/regional-currency/config.py
+++ b/regional-currency/config.py
@@ -236,7 +236,7 @@ def ask_terms(name: str, msg: str, kind: str) -> str:
tos_msg = msg
# Recollect example ToS files
- tos_path = "/usr/share/taler/terms"
+ tos_path = "/usr/share/taler-exchange/terms"
for f in os.listdir(tos_path):
tos_file = os.path.join(tos_path, f)
if os.path.isfile(tos_file) and f.endswith(".rst") and kind in f:
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: path,
gnunet <=