From 94ea6b35408910959cb4aa4382c9d7c5ef5a4adc Mon Sep 17 00:00:00 2001 From: Yann Braga Date: Wed, 26 Nov 2025 10:56:47 +0100 Subject: [PATCH] Update upgrade message --- code/lib/cli-storybook/src/upgrade.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/lib/cli-storybook/src/upgrade.ts b/code/lib/cli-storybook/src/upgrade.ts index 9c3d49aaab88..74a9c5d4e404 100644 --- a/code/lib/cli-storybook/src/upgrade.ts +++ b/code/lib/cli-storybook/src/upgrade.ts @@ -253,7 +253,7 @@ function logUpgradeResults( if (automigrationLinks.length > 0) { const automigrationLinksMessage = [ - 'If you want to learn more about the automigrations that executed in your project(s), please check the following links:\n', + 'If you want to learn more about the automigrations that executed in your project(s), please check the following links:', ...automigrationLinks, ].join('\n');