We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0412fc8 commit d2f6658Copy full SHA for d2f6658
1 file changed
script/check-internal-links.js
@@ -44,7 +44,7 @@ if (process.env.VERSION === 'dotcom') {
44
// If Enterprise Server, skip links that are not Enterprise Server links
45
config.path = `${englishRoot}/enterprise-server@${latest}`
46
config.linksToSkip.push('^((?!enterprise-server@).)*$')
47
-}else if (process.env.VERSION === 'github-ae') {
+} else if (process.env.VERSION === 'github-ae') {
48
// If GitHub AE, skip links that are not GitHub AE links
49
config.path = `${englishRoot}/github-ae@latest`
50
config.linksToSkip.push('^((?!github-ae@latest).)*$')
0 commit comments