taler-deployment

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

commit e46c6da9c06a71ac0f76a11233f6bd00683ac99e
parent 394cc82cc8d2e4da82596ef106aa5cb884500907
Author: ms <ms@taler.net>
Date:   Thu, 23 Sep 2021 08:56:32 +0200

give 'int' INT currency

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

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -94,7 +94,7 @@ currmap = { "coverage": "TESTKUDOS", "integrationtest": "TESTKUDOS", "demo": "KUDOS", - "int": "INTKUDOS", + "int": "INT", "euro": "EUR", "chf": "CHF", "auditor-reporter-test": "TESTKUDOS",