taler-deployment

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

commit 180f599c9673bb98302e3a3c6359bc8a71144837
parent a976769c5aba89444a162c18f940fc49f57321d2
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri, 11 Oct 2019 15:50:33 +0530

typo

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

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -248,7 +248,7 @@ def build(): print(f"found stale repos: {stale}") for r in stale: p = Path.home() / "sources" / r.name - p.chdir() + os.chdir(p.as_posix()) r.builder(p)