diff --git a/src/core/prompts/sections/custom-instructions.ts b/src/core/prompts/sections/custom-instructions.ts index d85d64bd552..fff4908e554 100644 --- a/src/core/prompts/sections/custom-instructions.ts +++ b/src/core/prompts/sections/custom-instructions.ts @@ -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") )