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 d529fe0..cc01791 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 /var/git/$component.git
+ git clone git@git.taler.net:$component
fi
done