fix upgrade of existing project

This commit is contained in:
Brian Madison
2025-06-14 23:49:10 -05:00
parent 6bdc0a82bb
commit 8b60410f7a
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ class Installer {
state.type = "v4_existing";
state.hasV4Manifest = true;
state.hasBmadCore = true;
state.manifest = await fileManager.readManifest(bmadCorePath);
state.manifest = await fileManager.readManifest(installDir);
return state;
}