summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/taler-deployment-config-sign2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/taler-deployment-config-sign b/bin/taler-deployment-config-sign
index 0f6e082..5032fe0 100755
--- a/bin/taler-deployment-config-sign
+++ b/bin/taler-deployment-config-sign
@@ -7,6 +7,6 @@ base=$HOME
export PATH="$base/deployment":$PATH
for f in ~/.config/taler/exchange/wire/*.unsigned.json; do
- taler-exchange-wire -j "$(<"$f")" > "${f%.unsigned.json}.json"
+ ~/local/bin/taler-exchange-wire -j "$(<"$f")" > "${f%.unsigned.json}.json"
done