taler-deployment

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

commit bace153cac847a0c98304c842874f2cdf48d6f5b
parent ae1c9f44a14023217da01a65b968260064d5f39d
Author: Florian Dold <florian@dold.me>
Date:   Wed, 14 Apr 2021 13:38:37 +0200

fix binary name

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

diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare @@ -26,7 +26,7 @@ function generate_config() { mkdir -p "$HOME/.config" - "$HOME/deployment/bin/taler-config-generate" \ + taler-deployment-config-generate --exchange-pub "$EXCHANGE_PUB" \ --currency "$TALER_CONFIG_CURRENCY" \ --outdir "$HOME/.config" \