commit a30e02e7dc75cff445e1be7490ad3cc911bdbd6e parent bda3fce366b65a2293ffccc5151a5e496917417e Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 2 Nov 2023 15:43:16 +0100 -typo Diffstat:
| M | src/testing/taler-unified-setup.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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