Skip to content

Commit d2f6658

Browse files
committed
lint
1 parent 0412fc8 commit d2f6658

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/check-internal-links.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if (process.env.VERSION === 'dotcom') {
4444
// If Enterprise Server, skip links that are not Enterprise Server links
4545
config.path = `${englishRoot}/enterprise-server@${latest}`
4646
config.linksToSkip.push('^((?!enterprise-server@).)*$')
47-
}else if (process.env.VERSION === 'github-ae') {
47+
} else if (process.env.VERSION === 'github-ae') {
4848
// If GitHub AE, skip links that are not GitHub AE links
4949
config.path = `${englishRoot}/github-ae@latest`
5050
config.linksToSkip.push('^((?!github-ae@latest).)*$')

0 commit comments

Comments
 (0)