Skip to content

Commit f0d2667

Browse files
avivkellerCopilot
andauthored
Update scripts/comparators/constants.mjs
Co-authored-by: Copilot <[email protected]>
1 parent 29f0456 commit f0d2667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/comparators/constants.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { fileURLToPath } from 'node:url';
22

33
export const BASE =
4-
process.env.HEAD || fileURLToPath(import.meta.resolve('../../base'));
4+
process.env.BASE || fileURLToPath(import.meta.resolve('../../base'));
55

66
export const HEAD =
7-
process.env.BASE || fileURLToPath(import.meta.resolve('../../out'));
7+
process.env.HEAD || fileURLToPath(import.meta.resolve('../../out'));
88

99
export const TITLE =
1010
process.env.TITLE || `## \`${process.env.GENERATOR ?? '...'}\` Generator`;

0 commit comments

Comments
 (0)