mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-10 22:41:14 +00:00
Remove extra colon from rules content (#2409)
This commit is contained in:
parent
9ab4a88176
commit
08b586334b
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ function formatDirectoryContent(dirPath: string, files: Array<{ filename: string
|
|||
"\n\n" +
|
||||
files
|
||||
.map((file) => {
|
||||
return `# Rules from ${file.filename}:\n${file.content}:`
|
||||
return `# Rules from ${file.filename}:\n${file.content}`
|
||||
})
|
||||
.join("\n\n")
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue