taler-deployment

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

commit 83d9485d3ea2c25109a8309e3f9bb28c8c969675
parent 3590fa843f5c3c5d40c4a42fd62b9a1e7098cd6e
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri, 11 Oct 2019 22:01:07 +0530

typo

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

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -102,7 +102,7 @@ def update_checkout(p: Path): def default_configure(*extra): pfx = Path.home() / "local" - subprocess.run(["./configure", f"--prefix={pfx.as_posix}"] + list(extra), check=True) + subprocess.run(["./configure", f"--prefix={pfx.as_posix()}"] + list(extra), check=True) def build_libmicrohttpd(p):