Skip to content

Commit

Permalink
🧹 chore(update): remove @latest from update notification
Browse files Browse the repository at this point in the history
Signed-off-by: Inter <[email protected]>
  • Loading branch information
inttter committed Feb 6, 2024
1 parent ca70278 commit 58a9efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ program
console.log();
const updateMessage = boxen(
`An update is available: ${c.dim(packageInfo.version)}${c.green(latest)}\n` +
`Run ${c.cyan('npm install -g mdbadges-cli@latest')} to update, or select ${c.cyan('Y')} below.`,
`Run ${c.cyan('npm install -g mdbadges-cli')} to update, or select ${c.cyan('Y')} below.`,
{ padding: 1, margin: 1, borderStyle: 'double', title: '🔵 Important', titleAlignment: 'center', borderColor: '#289FF9' }
);

Expand Down

1 comment on commit 58a9efb

@inttter
Copy link
Owner Author

@inttter inttter commented on 58a9efb Feb 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was not trying to @ them but sure...

Please sign in to comment.