Skip to content

Commit 08b5863

Browse files
authored
Remove extra colon from rules content (#2409)
1 parent 9ab4a88 commit 08b5863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/prompts/sections/custom-instructions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function formatDirectoryContent(dirPath: string, files: Array<{ filename: string
7474
"\n\n" +
7575
files
7676
.map((file) => {
77-
return `# Rules from ${file.filename}:\n${file.content}:`
77+
return `# Rules from ${file.filename}:\n${file.content}`
7878
})
7979
.join("\n\n")
8080
)

0 commit comments

Comments
 (0)