Skip to content

Commit 23e6749

Browse files
authored
Merge pull request #9170 from jackyalbo/jacky-fix-mdblow
2 parents 25db33f + ae2a471 commit 23e6749

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/md_blow.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ main();
2929

3030
async function main() {
3131
try {
32+
const mkm = system_store.master_key_manager;
33+
await mkm.load_root_keys_from_mount();
3234
await system_store.load();
3335
await client.create_auth_token({
3436
email: argv.email,

0 commit comments

Comments
 (0)