Skip to content

Commit 4f95936

Browse files
committed
fix comments
1 parent 39d99f1 commit 4f95936

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/autogenerate.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ import {
1717
process.env.NPM_CONFIG_LOGLEVEL = process.env.NPM_CONFIG_LOGLEVEL || 'silent';
1818

1919
[
20-
// lower-case (POSIX shells spesso le esportano così)
20+
// lower-case (POSIX shells export them like this)
2121
'npm_config_version_git_tag',
2222
'npm_config_argv',
2323
'npm_config_version_commit_hooks',
2424
'npm_config_version_git_message',
2525
'npm_config_version_tag_prefix',
26-
// upper-case (alcuni ambienti CI usano queste)
26+
// upper-case (some CI environments use these)
2727
'NPM_CONFIG_VERSION_GIT_TAG',
2828
'NPM_CONFIG_ARGV',
2929
'NPM_CONFIG_VERSION_COMMIT_HOOKS',

0 commit comments

Comments
 (0)