Skip to content

Commit

Permalink
fix(postinstall): message with the right plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jul 28, 2017
1 parent c3ec08a commit fc55952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function addPlugin () {
pkg.release.analyzeCommits = 'simple-commit-message'
const text = JSON.stringify(pkg, null, 2) + '\n'
fs.writeFileSync(filename, text, 'utf8')
console.log('✅ set generate notes plugin in', filename)
console.log('✅ set analyzeCommits plugin in', filename)
}

if (alreadyInstalled()) {
Expand Down

0 comments on commit fc55952

Please sign in to comment.