Skip to content

Commit 032a647

Browse files
Update error message.
1 parent 51894e4 commit 032a647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/convert_to_ide_formats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def update_skill_md(language_to_rules: dict[str, list[str]], skill_path: str) ->
6767

6868
if start_marker not in content or end_marker not in content:
6969
raise RuntimeError(
70-
"Invalid SKILLS.md template: Language mappings section not found in SKILL.md"
70+
"Invalid template: Language mappings section not found in codeguard-SKILLS.md.template"
7171
)
7272

7373
# Replace entire section including markers with just the table

0 commit comments

Comments
 (0)