update to 'rule profile'

This commit is contained in:
Joe Danziger
2025-05-27 14:50:39 -04:00
parent 6e848744fe
commit 5149aaa56f
4 changed files with 4 additions and 4 deletions

View File

@@ -448,7 +448,7 @@ function createProjectStructure(
convertAllRulesToProfileRules(targetDir, profile);
// Also triggers MCP config setup (if applicable)
} else {
log('warn', `Unknown rules profile: ${profileName}`);
log('warn', `Unknown rule profile: ${profileName}`);
}
}