1
0
Fork 0
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:
David Sherret 2024-08-20 19:59:39 -04:00 committed by GitHub
parent f4dfe01562
commit 479c50875f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.")
);
}
}