Skip to content

Commit 2fdd601

Browse files
authored
Update parent path in check_changeset script (#6772)
1 parent 0c0c58f commit 2fdd601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/check_changeset.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import chalk from 'chalk';
2222
import simpleGit from 'simple-git';
2323
import fs from 'mz/fs';
2424

25-
const root = resolve(__dirname, '..');
25+
const root = resolve(__dirname, '../..');
2626
const git = simpleGit(root);
2727

2828
const baseRef = process.env.GITHUB_PULL_REQUEST_BASE_SHA || 'master';

0 commit comments

Comments
 (0)