gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: typo


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: typo
Date: Fri, 11 Oct 2019 18:31:19 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 83d9485  typo
83d9485 is described below

commit 83d9485d3ea2c25109a8309e3f9bb28c8c969675
Author: Florian Dold <address@hidden>
AuthorDate: Fri Oct 11 22:01:07 2019 +0530

    typo
---
 bin/taler-deployment | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index cdd20b3..92e4b42 100755
--- 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):

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]