Skip to content

Commit

Permalink
fix: prettier format error in AddonsCreateCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
tinfoil-knight committed Jul 5, 2021
1 parent cd896f1 commit e16635f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/commands/addons/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ class AddonsCreateCommand extends Command {

if (missingValues.length !== 0) {
/* Warn user of missing required values */
log(
`${chalk.redBright.underline.bold(`Error: Missing required configuration for "${addonName} add-on"`)}`,
)
log(`${chalk.redBright.underline.bold(`Error: Missing required configuration for "${addonName} add-on"`)}`)
log()
render.missingValues(missingValues, manifest)
log()
Expand Down

0 comments on commit e16635f

Please sign in to comment.