From a30e02e7dc75cff445e1be7490ad3cc911bdbd6e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 2 Nov 2023 15:43:16 +0100 Subject: -typo --- src/testing/taler-unified-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testing') diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh index 5b4bf89b4..1d1dd40dd 100755 --- a/src/testing/taler-unified-setup.sh +++ b/src/testing/taler-unified-setup.sh @@ -509,7 +509,7 @@ then SERVE=$(taler-config -c "$CONF" -s CHALLENGER -o SERVE) if [ "${SERVE}" = "unix" ] then - CHALLENGER_URL=$(taler-config -c "$CHALLENGER" -s SYNC -o BASE_URL) + CHALLENGER_URL=$(taler-config -c "$CONF" -s CHALLENGER -o BASE_URL) else CHALLENGER_URL="http://localhost:${CHALLENGER_PORT}/" fi -- cgit v1.2.3