summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap-hybrid2
1 files changed, 1 insertions, 1 deletions
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