diff options
| author | 2022-07-22 15:41:08 -0700 | |
|---|---|---|
| committer | 2022-07-22 15:41:08 -0700 | |
| commit | 8392a86300ace40c4effd91533ca8e887eec6f72 (patch) | |
| tree | 8f62330d051882ba83d846e18f2618a4a51fb909 /src | |
| parent | 6edae78c6fdedf7facadacc6ca8999e3da93ba6e (diff) | |
| download | bun-8392a86300ace40c4effd91533ca8e887eec6f72.tar.gz bun-8392a86300ace40c4effd91533ca8e887eec6f72.tar.zst bun-8392a86300ace40c4effd91533ca8e887eec6f72.zip | |
[docker] wip
Diffstat (limited to 'src')
| -rw-r--r-- | src/cli/upgrade_command.zig | 10 |
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 }, |
