Skip to content

Commit cf0faba

Browse files
Update core/config/markdown/loadMarkdownRules.ts
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
1 parent b19726b commit cf0faba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/config/markdown/loadMarkdownRules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export async function loadMarkdownRules(ide: IDE): Promise<{
5454
}
5555
}
5656

57-
// Load markdown files from both .continue/rules
57+
// Load markdown files from .continue/rules
5858
const dirsToCheck = [RULES_DIR_NAME];
5959

6060
for (const dirName of dirsToCheck) {

0 commit comments

Comments
 (0)