File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import fm from '../../lib/frontmatter.js'
16
16
import matter from 'gray-matter'
17
17
import chalk from 'chalk'
18
18
import yaml from 'js-yaml'
19
- import ghesReleaseNotesSchema from '../../tests/helpers/schemas/ghes- release-notes-schema.js'
19
+ import releaseNotesSchema from '../../tests/helpers/schemas/release-notes-schema.js'
20
20
import revalidator from 'revalidator'
21
21
22
22
main ( )
@@ -66,7 +66,7 @@ async function main() {
66
66
// find the corresponding english file by removing the first 2 path segments: /translation/<language code>
67
67
const engAbsPath = relPath . split ( path . sep ) . slice ( 2 ) . join ( path . sep )
68
68
69
- const localisedResult = await loadAndValidateContent ( relPath , ghesReleaseNotesSchema )
69
+ const localisedResult = await loadAndValidateContent ( relPath , releaseNotesSchema )
70
70
if ( ! localisedResult ) continue
71
71
const { data, errors, content } = localisedResult
72
72
You can’t perform that action at this time.
0 commit comments