aboutsummaryrefslogtreecommitdiff
path: root/src/kyclogic/taler-exchange-helper-measure-test-form
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-11-19 16:56:59 +0100
committerChristian Grothoff <christian@grothoff.org>2024-11-19 16:56:59 +0100
commit2f57aa7932358534f34414d3c1b6f00a50b1b4a4 (patch)
tree35e653e3789dde177e5fb169f0b16b2adfb63e3f /src/kyclogic/taler-exchange-helper-measure-test-form
parent92a73ff89cb4c973a37c5e6ca5ec7f72a4fa5af5 (diff)
fix config names
Diffstat (limited to 'src/kyclogic/taler-exchange-helper-measure-test-form')
-rwxr-xr-xsrc/kyclogic/taler-exchange-helper-measure-test-form2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kyclogic/taler-exchange-helper-measure-test-form b/src/kyclogic/taler-exchange-helper-measure-test-form
index c9835dcbf..72f72258d 100755
--- a/src/kyclogic/taler-exchange-helper-measure-test-form
+++ b/src/kyclogic/taler-exchange-helper-measure-test-form
@@ -26,7 +26,7 @@ function exit_fail() {
exit "$EXIT_STATUS"
}
-CONF="$HOME/.config/taler.conf"
+CONF="$HOME/.config/taler-exchange.conf"
VERBOSE=0
while getopts 'ac:hrvV' OPTION;