Skip to content

Commit

Permalink
fix: convertTo suffix log
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Aug 31, 2018
1 parent 783ef46 commit 510c9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default class Package extends EventEmitter {
}

convertTo(suffix) {
this.logger.info('Converting to edge package')
this.logger.info(`Converting to ${suffix} package`)
this.addNameSuffix(`-${suffix}`)
this.generateVersion()
this.writePackage()
Expand Down

0 comments on commit 510c9e2

Please sign in to comment.