taler-deployment

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

commit 88bd71be37117ab940d0998428f89eb9e379e7d0
parent a0d5a2c353a66b727e4e90646203e743827294f0
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri, 20 Dec 2019 01:50:07 +0100

typo

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

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -469,7 +469,7 @@ def switch_demo(color) -> None: active_home.symlink_to(f"/home/demo-{color}") -def checkout_repos(r): +def checkout_repos(repos): """Check out repos to the version specified in envcfg.py""" home = Path.home() sources = home / "sources"