aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cli/upgrade_command.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/upgrade_command.zig b/src/cli/upgrade_command.zig
index 223c5d41d..1ea8b5391 100644
--- a/src/cli/upgrade_command.zig
+++ b/src/cli/upgrade_command.zig
@@ -330,7 +330,7 @@ pub const UpgradeCommand = struct {
if (version.name() != null and version.isCurrent()) {
Output.prettyErrorln(
- "<r><green>Congrats!<r> You're already on the latest version of Bun <d>(which is v {s})<r>",
+ "<r><green>Congrats!<r> You're already on the latest version of Bun <d>(which is v{s})<r>",
.{
version.name().?,
},