commit 351ba604da4ee4391ac90e6e5c595bdeac8c7dd3
parent 70e2eb12a080bfb7c1b32f1b6f55f7b9a526be78
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Fri, 8 Dec 2023 00:26:59 +0900
fix copy and paste bug in taler-merchant-dbconfig
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/taler-merchant-dbconfig b/contrib/taler-merchant-dbconfig
@@ -90,7 +90,7 @@ fi
DBPATH=$(taler-config \
-c "$CFGFILE" \
- -s exchangedb-postgres \
+ -s merchantdb-postgres \
-o CONFIG)
if ! echo "$DBPATH" | grep "postgres://" > /dev/null