Skip to content

Commit ec720fc

Browse files
author
Maël Nison
committed
Runs prettier
1 parent 99b822c commit ec720fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/commands/upgrade-interactive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export async function run(config: Config, reporter: Reporter, flags: Object, arg
8989

9090
try {
9191
const red = reporter.format.red('<red>');
92-
const yellow = reporter.format.yellow('<yellow>');
92+
const yellow = reporter.format.yellow('<yellow>');
9393
reporter.info(reporter.lang('legendColorsForUpgradeInteractive', red, yellow));
9494

9595
const answers: Array<Dependency> = await reporter.prompt('Choose which packages to update.', choices, {

0 commit comments

Comments
 (0)