summaryrefslogtreecommitdiff
path: root/bootstrap-bluegreen
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-bluegreen')
-rwxr-xr-xbootstrap-bluegreen4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen
index 033fc51..4dfaf08 100755
--- a/bootstrap-bluegreen
+++ b/bootstrap-bluegreen
@@ -62,8 +62,8 @@ done
if [[ "$ENVNAME" = test ]]; then
if ! test -d $HOME/playground; then
- git clone /srv/git/playground.git
- git clone /srv/git/help.git
+ git clone git://git.taler.net/playground
+ git clone git://git.taler.net/help
fi
fi