[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: use taler exchange config
From: |
gnunet |
Subject: |
[libeufin] branch master updated: use taler exchange config |
Date: |
Tue, 28 Jan 2025 15:43:31 +0100 |
This is an automated email from the git hooks/post-receive script.
sebasjm pushed a commit to branch master
in repository libeufin.
The following commit(s) were added to refs/heads/master by this push:
new e5135f1d use taler exchange config
e5135f1d is described below
commit e5135f1d692db6556e7a7223e84d0ac981f8eb2c
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Jan 28 11:43:03 2025 -0300
use taler exchange config
---
contrib/populate-stats.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/populate-stats.sh b/contrib/populate-stats.sh
index 319ffd9c..0bd41047 100755
--- a/contrib/populate-stats.sh
+++ b/contrib/populate-stats.sh
@@ -24,7 +24,7 @@ if test "$2" = "--one";
fi
set -eu
-DB_NAME=$(taler-config -c $1 -s libeufin-bankdb-postgres -o config)
+DB_NAME=$(taler-exchange-config -c $1 -s libeufin-bankdb-postgres -o config)
echo Running on the database: $DB_NAME
# random number in range $1-$2
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: use taler exchange config,
gnunet <=