aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-07-22 15:41:08 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-07-22 15:41:08 -0700
commit8392a86300ace40c4effd91533ca8e887eec6f72 (patch)
tree8f62330d051882ba83d846e18f2618a4a51fb909 /src
parent6edae78c6fdedf7facadacc6ca8999e3da93ba6e (diff)
downloadbun-8392a86300ace40c4effd91533ca8e887eec6f72.tar.gz
bun-8392a86300ace40c4effd91533ca8e887eec6f72.tar.zst
bun-8392a86300ace40c4effd91533ca8e887eec6f72.zip
[docker] wip
Diffstat (limited to 'src')
-rw-r--r--src/cli/upgrade_command.zig10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/cli/upgrade_command.zig b/src/cli/upgrade_command.zig
index b57bfca42..fd101d775 100644
--- a/src/cli/upgrade_command.zig
+++ b/src/cli/upgrade_command.zig
@@ -676,14 +676,15 @@ pub const UpgradeCommand = struct {
Output.prettyErrorln(
\\<r> Upgraded.
\\
- \\
\\<b><green>Welcome to bun's latest canary build!<r>
\\
\\Report any bugs:
+ \\
\\ https://github.com/oven-sh/bun/issues
\\
\\What's new:
- \\ https://github.com/oven-sh/bun/releases/tag/{s}<r>
+ \\
+ \\ <cyan>https://github.com/oven-sh/bun/releases/tag/{s}<r>
\\
,
.{version.tag},
@@ -692,14 +693,15 @@ pub const UpgradeCommand = struct {
Output.prettyErrorln(
\\<r> Upgraded.
\\
- \\
\\<b><green>Welcome to bun v{s}!<r>
\\
\\Report any bugs:
+ \\
\\ https://github.com/oven-sh/bun/issues
\\
\\What's new:
- \\ https://github.com/oven-sh/bun/releases/tag/{s}<r>
+ \\
+ \\ <cyan>https://github.com/oven-sh/bun/releases/tag/{s}<r>
\\
,
.{ version_name, version.tag },