commit 84a69c0fbcf99c82fec87e84f51625e3ddf1a7e8 parent 747415c3f2e40dcbf71310702c215b0259a51d8d Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Sun, 9 Jun 2019 04:36:17 +0200 fix name Diffstat:
| M | bin/taler-deployment-keyup | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup @@ -65,7 +65,7 @@ if [[ -s $AUDITOR_REQUEST_DIR/auditor_request ]]; then taler-auditor-sign \ -u $TALER_ENV_URL_AUDITOR \ -m $EXCHANGE_PUB \ - -r "$auditor_request_dir/auditor_request" \ + -r "$AUDITOR_REQUEST_DIR/auditor_request" \ -o "$AUDITOR_BASE_DIR/$(date +%s%N)" \ -c ${HOME}/.config/taler.conf fi