From 9c49d568e08c024f020d4af9736ef7e8b81c52c7 Mon Sep 17 00:00:00 2001 From: Geoff Turk Date: Fri, 21 May 2021 10:51:32 +0200 Subject: [PATCH] Fix path to PGP exports directory --- apps/data-seeding/config/pgp.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/data-seeding/config/pgp.ini b/apps/data-seeding/config/pgp.ini index b97b0c87..39a25ba1 100644 --- a/apps/data-seeding/config/pgp.ini +++ b/apps/data-seeding/config/pgp.ini @@ -1,5 +1,5 @@ [pgp] -exports_dir = ../testdata/pgp +exports_dir = ../contract-migration/testdata/pgp private_key_file = privatekeys_meta.asc public_key_file = publickeys_meta.asc passphrase = merman