taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit af31630515aab9954bce1ca600974ca656cceb07
parent d98c2ba2ad3a003a0e8d8d8b9fe567a975815102
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Thu, 22 Nov 2018 15:58:57 +0100

fix last commit

Diffstat:
Mbootstrap-bluegreen | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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