Skip to content

Commit c23a076

Browse files
hsubox76levino
authored andcommitted
Update parent path in check_changeset script (firebase#6772)
1 parent 220b494 commit c23a076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/check_changeset.ts

Lines changed: 1 addition & 1 deletion
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)