taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 9133afd5800656f0cece564c1f2660bd1d45ab59
parent 3a292f2ec7848f87e501306841bb9a81fde18904
Author: MS <ms@taler.net>
Date:   Thu, 18 Feb 2021 09:33:03 +0100

missing colon

Diffstat:
Mbin/taler_urls.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler_urls.py b/bin/taler_urls.py @@ -42,7 +42,7 @@ def get_urls(envname): landing = "https://grumla.se/", survey = "https://survey.grumla.se/", sync = "https://sync.grumla.se/", - talerbank_payto = "payto//x-taler-bank/bank.grumla.se/" + talerbank_payto = "payto://x-taler-bank/bank.grumla.se/" ) if envname == "local": return taler_urls["offline"]