summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap-bluegreen2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen
index cc01791..6026aa5 100755
--- a/bootstrap-bluegreen
+++ b/bootstrap-bluegreen
@@ -56,7 +56,7 @@ fi
for component in twister bank merchant gnurl landing exchange donations blog backoffice deployment auditor survey ; do
if ! test -d $HOME/$component; then
- git clone git@git.taler.net:$component
+ git clone git://git.taler.net/$component
fi
done