mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
Update cli/tools/upgrade.rs
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> Signed-off-by: David Sherret <dsherret@users.noreply.github.com>
This commit is contained in:
parent
f4dfe01562
commit
479c50875f
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ pub fn check_for_upgrades(
|
|||
colors::green("A new LTS release of Deno is available:"),
|
||||
colors::cyan(version::DENO_VERSION_INFO.deno),
|
||||
colors::cyan(&upgrade_version),
|
||||
colors::italic_gray("Run `deno upgrade` to install it.")
|
||||
colors::italic_gray("Run `deno upgrade lts` to install it.")
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue