From af31630515aab9954bce1ca600974ca656cceb07 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 22 Nov 2018 15:58:57 +0100 Subject: fix last commit --- bootstrap-bluegreen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap-bluegreen') 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 -- cgit v1.2.3