taler-deployment

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

commit f2a26264116e47b5e6dc875767fab694330ba40d
parent fc2a769260beaebc517dd3b61337501b6573a030
Author: MS <ms@taler.net>
Date:   Wed, 17 Feb 2021 08:59:18 +0100

add missing param

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

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -63,7 +63,7 @@ class Repo: class EnvInfo: - def __init__(envname, repos): + def __init__(self, envname, repos): self.name = name self.repos = [] for r in repos: