summaryrefslogtreecommitdiff
path: root/bin/taler-deployment
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-11-22 21:57:11 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-11-22 21:57:11 +0100
commit2e4c13c2d7dcfb71c276b855687a21234ab8e65e (patch)
tree25388b1473c4f65bda68f22c106a6b77a92ae24f /bin/taler-deployment
parentc1f562aead29ceebd77ff225d60d4e1f1c3bbc60 (diff)
downloaddeployment-2e4c13c2d7dcfb71c276b855687a21234ab8e65e.tar.gz
deployment-2e4c13c2d7dcfb71c276b855687a21234ab8e65e.tar.bz2
deployment-2e4c13c2d7dcfb71c276b855687a21234ab8e65e.zip
admit EUR currency
Diffstat (limited to 'bin/taler-deployment')
-rwxr-xr-xbin/taler-deployment2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/taler-deployment b/bin/taler-deployment
index b9488b4..03dc99a 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -75,7 +75,7 @@ def cli():
# map from environment name to currenct
-currmap = {"test": "TESTKUDOS", "demo": "KUDOS", "int": "INTKUDOS"}
+currmap = {"test": "TESTKUDOS", "demo": "KUDOS", "int": "INTKUDOS", "euro": "EUR"}
def update_checkout(r: Repo, p: Path):