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');