diff options
Diffstat (limited to 'src/cli/upgrade_command.zig')
-rw-r--r-- | src/cli/upgrade_command.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/upgrade_command.zig b/src/cli/upgrade_command.zig index fd101d775..baf6467e7 100644 --- a/src/cli/upgrade_command.zig +++ b/src/cli/upgrade_command.zig @@ -636,7 +636,7 @@ pub const UpgradeCommand = struct { if (target_hash == source_hash) { save_dir_.deleteTree(version_name) catch {}; Output.prettyErrorln( - "<r><green>Congrats!<r> You're already on the latest canary build of bun", + "<r><green>Congrats!<r> You're already on the latest <b>canary<r><green> build of bun", .{}, ); Global.exit(0); |