Skip to content

Commit

Permalink
Port #70933 "fix: remove unnecessary line break in prompt" (#70978)
Browse files Browse the repository at this point in the history
The merged PR #70933 was
targetting to graphite branch during rebase, but was manually merged.
Merge to `canary`.
  • Loading branch information
devjiwonchoi authored Oct 8, 2024
1 parent e5a7452 commit 8ac04d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-codemod/bin/upgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ async function suggestCodemods(
{
type: 'multiselect',
name: 'codemods',
message: `\nThe following ${chalk.blue('codemods')} are recommended for your upgrade. Would you like to apply them?`,
message: `The following ${chalk.blue('codemods')} are recommended for your upgrade. Select the ones to apply.`,
choices: relevantCodemods.reverse().map(({ title, value, version }) => {
return {
title: `(v${version}) ${value}`,
Expand Down

0 comments on commit 8ac04d8

Please sign in to comment.