Skip to content

Commit 8b853f7

Browse files
committed
Use origin/main
1 parent 9b32c96 commit 8b853f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/printCommitStats.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function toRatioString(
7171
}
7272

7373
(async () => {
74-
const { stdout: diffContent } = await promisify(exec)('git diff main', { encoding: 'utf-8' });
74+
const { stdout: diffContent } = await promisify(exec)('git diff origin/main', { encoding: 'utf-8' });
7575

7676
const patches = parsePatch(diffContent);
7777

0 commit comments

Comments
 (0)