chore: correct formatting in cursor rules directory path
This commit is contained in:
parent
7e5ec02a37
commit
6b33adbab2
|
|
@ -68,7 +68,7 @@ class IdeSetup extends BaseIdeSetup {
|
||||||
}
|
}
|
||||||
|
|
||||||
async setupCursor(installDir, selectedAgent) {
|
async setupCursor(installDir, selectedAgent) {
|
||||||
const cursorRulesDir = path.join(installDir, ".cursor", "rules","bmad");
|
const cursorRulesDir = path.join(installDir, ".cursor", "rules", "bmad");
|
||||||
const agents = selectedAgent ? [selectedAgent] : await this.getAllAgentIds(installDir);
|
const agents = selectedAgent ? [selectedAgent] : await this.getAllAgentIds(installDir);
|
||||||
|
|
||||||
await fileManager.ensureDirectory(cursorRulesDir);
|
await fileManager.ensureDirectory(cursorRulesDir);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue