commit 673517d4367054b6793a65de676b8f7cf943676f
parent 8168910f71bf5de15f752551d94485afb3c7933d
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Mon, 5 Sep 2022 23:53:12 +0200
plural
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/taler-gv b/bin/taler-gv
@@ -1347,7 +1347,7 @@ def prepare(postgres_db_name):
Command([
f"{TALER_PREFIX}/bin/taler-exchange-offline",
"-c", CFG_OUTDIR / "taler.conf",
- "extension", "sign", "upload"
+ "extensions", "sign", "upload"
]).run()
print(" OK")
print_nn("exchange-offline: signing key material...")