Schema_181: Fix typo in UI message

Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: If15b7b0610c8d850c957a0ccdb7eac220ed973ee
This commit is contained in:
Edwin Kempin
2020-01-07 14:08:41 +01:00
committed by David Pursehouse
parent 03560239b6
commit eb2bebe539

View File

@@ -20,7 +20,7 @@ import org.eclipse.jgit.lib.Repository;
public class Schema_181 implements NoteDbSchemaVersion {
@Override
public void upgrade(Arguments args, UpdateUI ui) throws Exception {
ui.message("Rebuild GPGP note map to build subkey to master key map");
ui.message("Rebuild GPG note map to build subkey to master key map");
try (Repository repo = args.repoManager.openRepository(args.allUsers);
PublicKeyStore store = new PublicKeyStore(repo)) {
store.rebuildSubkeyMasterKeyMap();