Skip to content

Commit

Permalink
gen-changelog: Default repo is npm/cli now
Browse files Browse the repository at this point in the history
  • Loading branch information
iarna authored and zkat committed Aug 22, 2018
1 parent ee5066a commit f5eed2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function shortname (url) {
if (!matched) return false
let repo = matched[1]
let id = matched[2]
if (repo !== 'npm/npm') {
if (repo !== 'npm/cli') {
return `${repo}#${id}`
} else {
return `#${id}`
Expand Down

0 comments on commit f5eed2e

Please sign in to comment.