Exit after importing key

This commit is contained in:
David Baker 2019-12-10 14:50:57 +00:00
parent 2e9146ab78
commit b8f0ef30d2

View file

@ -114,6 +114,7 @@ async function main() {
}); });
}); });
}); });
return 0;
} }
if (verify && !haveGpg) { if (verify && !haveGpg) {