Skip to content

Commit 6f27008

Browse files
authored
Merge pull request #5857 from github/repo-sync
repo sync
2 parents 11d3e3e + b7b940e commit 6f27008

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/update-enterprise-dates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const { getContents } = require('./helpers/git-utils')
44
const fs = require('fs')
55
const path = require('path')
6-
const enterpriseDatesFile = path.join(__dirname, '../../lib/enterprise-dates.json')
6+
const enterpriseDatesFile = path.join(__dirname, '../lib/enterprise-dates.json')
77
const enterpriseDatesString = fs.readFileSync(enterpriseDatesFile, 'utf8')
88

99
// [start-readme]

0 commit comments

Comments
 (0)