commit 934f6080466e9385ae9301a746264f0d731bf4d1
parent 311bb206efe1cc1fc85464e5f2e96a0cf130f40e
Author: Florian Dold <florian@dold.me>
Date: Mon, 27 Jan 2025 19:08:17 +0100
path
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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: