diff --git a/script/fix-translation-errors.js b/script/fix-translation-errors.js index 84c97957ab..307ac267b8 100755 --- a/script/fix-translation-errors.js +++ b/script/fix-translation-errors.js @@ -18,7 +18,7 @@ import fm from '../lib/frontmatter.js' import matter from 'gray-matter' import chalk from 'chalk' import yaml from 'js-yaml' -import ghesReleaseNotesSchema from '../tests/helpers/schemas/release-notes-schema.js' +import ghesReleaseNotesSchema from '../tests/helpers/schemas/ghes-release-notes-schema.js' import revalidator from 'revalidator' const __dirname = path.dirname(fileURLToPath(import.meta.url))