Skip to content

Commit

Permalink
Apply prettier to edition.ts
Browse files Browse the repository at this point in the history
This one was blocking one the PR checks
  • Loading branch information
arturpimentel committed Oct 30, 2023
1 parent 99c3b64 commit 77ee6d8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/api/modules/workspace/common/edition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ const promptSwitchEdition = (currEditionId: string) => {
recommendedEdition
)}.`
)
log.warn(`For more information about editions, check ${chalk.blue('https://developers.vtex.com/vtex-developer-docs/docs/vtex-io-documentation-edition-app')}`)
log.warn(
`For more information about editions, check ${chalk.blue(
'https://developers.vtex.com/vtex-developer-docs/docs/vtex-io-documentation-edition-app'
)}`
)
return promptConfirm(`Would you like to change the edition to ${chalk.blue(recommendedEdition)} now?`, false)
}

Expand Down

0 comments on commit 77ee6d8

Please sign in to comment.