taler-deployment

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

commit fd17a54f9b3dd9d0bd9834105f1f6242eeb5bf7f
parent 42c4e0302f441116dcadef9a99ef23db54850680
Author: MS <ms@taler.net>
Date:   Thu, 17 Sep 2020 14:05:24 +0200

name

Diffstat:
Mbin/taler-deployment | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -337,7 +337,7 @@ def get_repos(envname): if envname in ("local", "demo", "int", "test", "auditor-reporter-test", "auditor-reporter-demo"): return [ Repo( - "wallet", + "wallet-core", "git://git.taler.net/wallet-core", [], build_wallet,