taler-deployment

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

commit 81a60db15b7496f4aa321e29fc7d902263f48a49
parent 0809bd3166df516fa6b889e1e1bd818cc922b038
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sat, 31 Aug 2019 15:24:55 +0200

git syntax

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

diff --git a/bootstrap-taler b/bootstrap-taler @@ -65,7 +65,7 @@ for component in twister bank merchant landing exchange donations blog survey ba varname=tag_$component tag=${!varname} echo "Checking out $component to $tag" - git -C $HOME/$component checkout -f $tag + git -C $HOME/$component checkout -f $tag -- done cat >$HOME/activate <<EOL