aboutsummaryrefslogtreecommitdiff
path: root/src/cli/run_command.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/run_command.zig')
-rw-r--r--src/cli/run_command.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/run_command.zig b/src/cli/run_command.zig
index 2f33e872f..004f5ec66 100644
--- a/src/cli/run_command.zig
+++ b/src/cli/run_command.zig
@@ -645,7 +645,7 @@ pub const RunCommand = struct {
return true;
- // If we get here, then we run it with Bun.js
+ // If we get here, then we run it with bun.js
}
}