summaryrefslogtreecommitdiff
path: root/bootstrap-bluegreen
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-11-22 15:58:57 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-11-22 15:58:57 +0100
commitaf31630515aab9954bce1ca600974ca656cceb07 (patch)
tree924888cc9bbc010de343dfd09b0d541bd6fa447d /bootstrap-bluegreen
parentd98c2ba2ad3a003a0e8d8d8b9fe567a975815102 (diff)
downloaddeployment-af31630515aab9954bce1ca600974ca656cceb07.tar.gz
deployment-af31630515aab9954bce1ca600974ca656cceb07.tar.bz2
deployment-af31630515aab9954bce1ca600974ca656cceb07.zip
fix last commit
Diffstat (limited to 'bootstrap-bluegreen')
-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