Skip to content

Commit 18bf02a

Browse files
Add feature
1 parent e61ab87 commit 18bf02a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/name-check.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ let exitCode = 0;
2727
const fix = process.argv.slice(2).includes('--fix');
2828

2929
if (fix) {
30-
shell.echo('==============================================');
30+
shell.echo('===============================================');
3131
shell.echo('Fixing package names where necessary');
32-
shell.echo('----------------------------------------------');
32+
shell.echo('-----------------------------------------------');
3333
}
3434

3535
const envAssignment = shell.env['ASSIGNMENT'];

0 commit comments

Comments
 (0)