Update lib/core-server/src/utils/update-check.ts

This commit is contained in:
Michael Shilman 2022-04-29 10:34:38 +08:00 committed by GitHub
parent 45717aa0d6
commit 62f541dd2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ export function createUpdateMessage(updateInfo: VersionCheck, version: string):
${chalk.gray('Upgrade now:')} ${colors.green(upgradeCommand)}
${chalk.gray('Read full changelog:')} ${chalk.gray.underline('https://github.com/storybooks/storybook/blob/next/CHANGELOG.md')}
${chalk.gray('Read full changelog:')} ${chalk.gray.underline('https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md')}
`
: '';
} catch (e) {