taler-deployment

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

commit e89e101ff6ba3a313a2c7a78f006fe7a623f4d34
parent cf910eb9894d681ba23cb462953113ffd552952b
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Thu, 28 Mar 2019 17:26:17 +0100

path

Diffstat:
Mbootstrap-bluegreen | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen @@ -62,8 +62,8 @@ done if [[ "$ENVNAME" = test ]]; then if ! test -d $HOME/playground; then - git clone /var/git/playground.git - git clone /var/git/help.git + git clone /srv/git/playground.git + git clone /srv/git/help.git fi fi