We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b32c96 commit 8b853f7Copy full SHA for 8b853f7
1 file changed
scripts/printCommitStats.mjs
@@ -71,7 +71,7 @@ function toRatioString(
71
}
72
73
(async () => {
74
- const { stdout: diffContent } = await promisify(exec)('git diff main', { encoding: 'utf-8' });
+ const { stdout: diffContent } = await promisify(exec)('git diff origin/main', { encoding: 'utf-8' });
75
76
const patches = parsePatch(diffContent);
77
0 commit comments