Skip to content

Commit 9b32c96

Browse files
committed
Diff from main
1 parent 1f3f0c8 commit 9b32c96

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..HEAD', { encoding: 'utf-8' });
74+
const { stdout: diffContent } = await promisify(exec)('git diff main', { encoding: 'utf-8' });
7575

7676
const patches = parsePatch(diffContent);
7777

0 commit comments

Comments
 (0)