diff options
Diffstat (limited to 'src/kyclogic/taler-exchange-helper-measure-none')
-rwxr-xr-x | src/kyclogic/taler-exchange-helper-measure-none | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kyclogic/taler-exchange-helper-measure-none b/src/kyclogic/taler-exchange-helper-measure-none index 182fa1f33..16f4d3dc0 100755 --- a/src/kyclogic/taler-exchange-helper-measure-none +++ b/src/kyclogic/taler-exchange-helper-measure-none @@ -29,7 +29,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; do |