aboutsummaryrefslogtreecommitdiff
path: root/src/kyclogic/taler-exchange-helper-measure-test-oauth
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-oauth
parent92a73ff89cb4c973a37c5e6ca5ec7f72a4fa5af5 (diff)
fix config names
Diffstat (limited to 'src/kyclogic/taler-exchange-helper-measure-test-oauth')
-rwxr-xr-xsrc/kyclogic/taler-exchange-helper-measure-test-oauth2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kyclogic/taler-exchange-helper-measure-test-oauth b/src/kyclogic/taler-exchange-helper-measure-test-oauth
index 2b7bf69c9..4c833d6e2 100755
--- a/src/kyclogic/taler-exchange-helper-measure-test-oauth
+++ b/src/kyclogic/taler-exchange-helper-measure-test-oauth
@@ -25,7 +25,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;