From 4617b3110a92a25aafe57e403153184f47e4d7db Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 10 May 2016 19:13:54 +0200 Subject: using "git://" protocol to get taler codebase --- bootstrap-hybrid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-hybrid b/bootstrap-hybrid index 1e9c1d7..b534f00 100755 --- a/bootstrap-hybrid +++ b/bootstrap-hybrid @@ -23,7 +23,7 @@ fi for component in bank merchant gnurl landing exchange merchant-frontends deployment; do if ! test -d $base/$component; then - git clone /var/git/$component.git + git clone git://taler.net/$component fi done -- cgit v1.2.3