Skip to content

Commit

Permalink
docs: ci-info url (#5865)
Browse files Browse the repository at this point in the history
Forgot to remove the @npmcli scope when searching and replacing
ci-detect to ci-info
  • Loading branch information
wraithgar committed Nov 30, 2022
1 parent 29dbd1e commit 40f2c21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/utils/config/definitions.js
Expand Up @@ -441,7 +441,7 @@ define('ci-name', {
description: `
The name of a continuous integration system. If not set explicitly, npm
will detect the current CI environment using the
[\`ci-info\`](http://npm.im/@npmcli/ci-info) module.
[\`ci-info\`](http://npm.im/ci-info) module.
`,
flatten,
})
Expand Down
2 changes: 1 addition & 1 deletion tap-snapshots/test/lib/docs.js.test.cjs
Expand Up @@ -758,7 +758,7 @@ npm exec --package yo --package generator-node --call "yo node"
The name of a continuous integration system. If not set explicitly, npm will
detect the current CI environment using the
[\`ci-info\`](http://npm.im/@npmcli/ci-info) module.
[\`ci-info\`](http://npm.im/ci-info) module.
#### \`cidr\`
Expand Down

0 comments on commit 40f2c21

Please sign in to comment.