Skip to content

Commit

Permalink
Merge pull request #5699 from storybooks/5683-cli-version-notice
Browse files Browse the repository at this point in the history
Cleanup CLI version notice
  • Loading branch information
shilman committed Feb 21, 2019
1 parent 3886412 commit 0793417
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/core/src/server/build-dev.js
Expand Up @@ -146,10 +146,8 @@ function createUpdateMessage(updateInfo, version) {
${colors.orange(
`A new version (${chalk.bold(updateInfo.data.latest.version)}) is available!`
)}
${chalk.gray(updateInfo.data.latest.info.plain)}
${chalk.gray('Read full changelog here:')}
${chalk.gray.underline('https://git.io/fxc61')}
${chalk.gray('Read full changelog here:')} ${chalk.gray.underline('https://git.io/fhFYe')}
`
: '';
} catch (e) {
Expand Down

0 comments on commit 0793417

Please sign in to comment.