Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio committed Sep 2, 2021
1 parent bba8a2f commit eabe5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/utils/printUpdateMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function printUpdateMessage(checkResult: {
let boxHeight = 4
let majorText = ''
if (checkResult.data.previous_version.split('.')[0] < checkResult.data.current_version.split('.')[0]) {
majorText = `\nThis is a major update - please the guide at\nhttps://pris.ly/d/major-version-upgrade\n\n`
majorText = `\nThis is a major update - please follow the guide at\nhttps://pris.ly/d/major-version-upgrade\n\n`
boxHeight = boxHeight + 4
}
let boxText = `\n${chalk.blue('Update available')} ${
Expand Down

0 comments on commit eabe5f3

Please sign in to comment.