aboutsummaryrefslogtreecommitdiff
path: root/src/kyclogic/taler-exchange-helper-measure-test-oauth
diff options
context:
space:
mode:
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;