1
0
mirror of synced 2026-01-06 15:01:04 -05:00

Merge pull request #21697 from github/francisfuzz/update-script-fix-translation-errors

fix: update ghesReleaseNotesSchema's module name
This commit is contained in:
Francis
2021-09-23 16:38:50 -07:00
committed by GitHub

View File

@@ -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))