summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtaler-build/update_exchange.sh2
-rwxr-xr-xtaler-build/update_merchant.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/taler-build/update_exchange.sh b/taler-build/update_exchange.sh
index e1e0c97..b2544ba 100755
--- a/taler-build/update_exchange.sh
+++ b/taler-build/update_exchange.sh
@@ -18,4 +18,4 @@ git reset --hard FETCH_HEAD
--enable-logging=verbose
make
make install
-TALER_MERCHANTDB_POSTGRES_CONFIG=$TALER_CHECKDB make check
+TALER_EXCHANGEDB_POSTGRES_CONFIG=$TALER_CHECKDB make check
diff --git a/taler-build/update_merchant.sh b/taler-build/update_merchant.sh
index 2863ef5..e871313 100755
--- a/taler-build/update_merchant.sh
+++ b/taler-build/update_merchant.sh
@@ -20,4 +20,4 @@ git submodule update --init
--enable-logging=verbose
make
make install
-TALER_EXCHANGEDB_POSTGRES_CONFIG=$TALER_CHECKDB make check
+TALER_MERCHANTDB_POSTGRES_CONFIG=$TALER_CHECKDB make check