summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-config-sign
diff options
context:
space:
mode:
Diffstat (limited to 'bin/taler-deployment-config-sign')
-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 5032fe0..0f6e082 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
- ~/local/bin/taler-exchange-wire -j "$(<"$f")" > "${f%.unsigned.json}.json"
+ taler-exchange-wire -j "$(<"$f")" > "${f%.unsigned.json}.json"
done