diff --git a/scripts/validate-skills.ts b/scripts/validate-skills.ts index d0e895d..9087b52 100644 --- a/scripts/validate-skills.ts +++ b/scripts/validate-skills.ts @@ -340,7 +340,7 @@ function main(): void { } const hasIssues = allErrors.length > 0 || allWarnings.length > 0 - const footer = " Spec: https://agentskills.io/specification · Authoring guide: https://github.com/forcedotcom/afv-library#readme" + const footer = "Spec: https://agentskills.io/specification · Authoring guide: https://github.com/forcedotcom/afv-library#readme" if (allWarnings.length > 0) { console.warn(`\n${allWarnings.length} warning(s):\n`)