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: Thu, 10 Oct 2019 19:38:39 +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 0b319f1  typo
0b319f1 is described below

commit 0b319f1ed8f8586866521f01447ce62bb7ca9cce
Author: Florian Dold <address@hidden>
AuthorDate: Thu Oct 10 23:08:35 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 4c18ec9..2818202 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -75,7 +75,7 @@ def bootstrap(envname):
             r_dir.mkdir(parents=True, exist_ok=True)
             subprocess.run(["git", "-C", sources.as_posix(), "clone", r_url], 
check=True)
         tag = getattr(cfg, "tag_" + r_name)
-        subprocess.run(["git", "-C", sources.as_posix(), "fetch"], check=True)
+        subprocess.run(["git", "-C", r_dir.as_posix(), "fetch"], check=True)
         subprocess.run(
             ["git", "-C", r_dir.as_posix(), "checkout", "-q", "-f", tag, "--"],
             check=True,

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



reply via email to

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