We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61ab87 commit 18bf02aCopy full SHA for 18bf02a
scripts/name-check.mjs
@@ -27,9 +27,9 @@ let exitCode = 0;
27
const fix = process.argv.slice(2).includes('--fix');
28
29
if (fix) {
30
- shell.echo('==============================================');
+ shell.echo('===============================================');
31
shell.echo('Fixing package names where necessary');
32
- shell.echo('----------------------------------------------');
+ shell.echo('-----------------------------------------------');
33
}
34
35
const envAssignment = shell.env['ASSIGNMENT'];
0 commit comments