Skip to content

Commit 76db2f8

Browse files
fix(update_changelog): Fix fx require stmt
1 parent 203b3ed commit 76db2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_changelog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require('./util').packageDir();
44
require('shelljs/global');
55

66
const path = require('path');
7-
const fs = require('path');
7+
const fs = require('fs');
88
const pkg = JSON.parse(fs.readFileSync('package.json'));
99
const _exec = require('./util')._exec;
1010

0 commit comments

Comments
 (0)