taler-deployment

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

commit 51c29155476912a6d3d324b1c8930eb460ea6372
parent 9f3109c3246c8b01dc5fd316031aa5aa0622d71e
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue,  6 Mar 2018 16:30:58 +0100

fix copy and paste error

Diffstat:
Mbin/taler-deployment-start | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment-start b/bin/taler-deployment-start @@ -35,5 +35,5 @@ taler-deployment-arm -i taler-aggregator taler-deployment-arm -i taler-exchange-wirewatch if [[ "$TALER_ENV_NAME" = test ]]; then - taler-deployment-arm -i taler-exchange-playground + taler-deployment-arm -i taler-playground fi