From 53ec53d5aca6fba2d0930b09458830fa52a26095 Mon Sep 17 00:00:00 2001 From: Francis <15894826+francisfuzz@users.noreply.github.com> Date: Thu, 23 Sep 2021 14:33:36 -0700 Subject: [PATCH] fix: update ghesReleaseNotesSchema's module name Closes https://github.com/github/docs-engineering/issues/920 --- script/fix-translation-errors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))