fix quick udpate status bug in installer

This commit is contained in:
Brian Madison
2025-11-04 21:16:52 -06:00
parent c283344a54
commit 7552ee2e3b
74 changed files with 861 additions and 4448 deletions

View File

@@ -70,7 +70,7 @@ class IdeConfigManager {
// Ensure POSIX-compliant final newline
const content = yamlContent.endsWith('\n') ? yamlContent : yamlContent + '\n';
await fs.writeFile(manifestPath, content, 'utf8');
await fs.writeFile(configPath, content, 'utf8');
}
/**